Hey all! Need a little help here. I need to sort t...
# advancedpdf
j
Hey all! Need a little help here. I need to sort the printing order of items on a packing slip based on the item name. I have tried variations of the following code: <#list salesorder.item?sort_by("salesorder.item") as tranline><tr> But can't seem to find the correct field to reference to have the items print in alphabetical order. Any help is appreciated!