Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Picking List: only the first item of an order is printed
12-14-2017, 03:23 PM, (This post was last modified: 12-14-2017, 03:25 PM by TurboPT.)
#4
RE: Picking List: only the first item of an order is printed
One minor thing that you can try, is to change line 332...

From this:
PHP Code:
if ($Page_Height-$YPos-$line_height <= 50

To this:
PHP Code:
if ( ($Page_Height-$YPos-$line_height) <= 50

I was seeing a strange negative value from the calculation, so that minor change at least allowed me to get some output from my basic testing.

However, that change will likely NOT solve all issues, but see if that might somewhat help the situation.
Reply


Messages In This Thread
RE: Picking List: only the first item of an order is printed - by TurboPT - 12-14-2017, 03:23 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)