Guest User

Untitled

a guest
Jun 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private function getProfomaInvoice():void
  2. {
  3. var pdfLink:String = new String();
  4. pdfLink = "/ehors/themeParkPrograms/sales/groupTicketing/generateProfomaInvoice.php";
  5. pdfLink += "?proID="+Application.application.PROPERTYID;
  6.  
  7. Application.application.PDFViewver(pdfLink, "Pro Forma Invoice");
  8. }
Add Comment
Please, Sign In to add comment