Report Script: Create a Packing List in report script: Difference between revisions

Line 60:
return;
 
//Calculate the quantity of smallest UOM that has the same "ItemCode" and "UOMRate"
//It is based on the design of this report that uses "Group Header" to group "ItemCode" and "UOMRate"
decimal smallestQty = GetSmallestQty(GetCurrentColumnValue("ItemCode"), GetCurrentColumnValue("UOMRate"));