Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Picking Ticket blank column
Hi all
We have a picking ticket the code for which is below. It shows the quantity on order and the quantity available without a problem, but is does not show the item.quantitycommitted
So the warehouse do not know how many to actually pick for this order.
When I run a saved search on the same order I can see the quantity committed so the information is there, I have screenshotted this as well:
Code:
<table class="itemtable" style="width: 100%; margin-top: 10px;"><!-- start items --><#list record.item as item><#if item_index==0>
<thead>
<tr>
<th colspan="4">${item.item@label}</th>
0