Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QA Label - Same File Name as GRN - SOLVED
08-30-2018, 07:10 AM, (This post was last modified: 08-30-2018, 07:11 AM by VortecCPI.)
#1
QA Label - Same File Name as GRN - SOLVED
PDFQALabel.php

I changed this:

PHP Code:
$pdf->OutputD($_SESSION['DatabaseName'] . '_GRN_' $GRNNo '_' date('Y-m-d').'.pdf'); 

To this:

PHP Code:
$pdf->OutputD($_SESSION['DatabaseName'] . '_QALabel_' $GRNNo '_' date('Y-m-d').'.pdf'); 
https://www.linkedin.com/in/eclipsepaulbecker
Reply
09-03-2018, 12:24 PM,
#2
RE: QA Label - Same File Name as GRN - SOLVED
Name fix committed to the bug_fixes branch.
Reply
09-04-2018, 01:26 AM,
#3
RE: QA Label - Same File Name as GRN - SOLVED
Thank You!
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)