Display Postage on Printed Sales Order

IrishGiriIrishGiri Member Posts: 61
Hi Everyone!

I have a sales order with 2 sales lines. One sales line represents an product and so is designated Type Item. The other sales line represents the postage to charge the customer for the delivery of this item and so I designated this as Type G/L Account. However, when I print preview the order the Postage doesn't display. I tried the following code, but it doesn't print the postage along with the sales line:
Sales Line, Body (2) - OnPreSection()
CurrReport.SHOWOUTPUT((Type = Type::Item) AND (Type = Type::"G/L Account"));

Any help would be very welcome!

Cheers,
Paul.

Answers

Sign In or Register to comment.