batch_pick_pack
Posted: Sat Feb 17, 2024 2:04 pm
version 1.0.8.20
I have in my batch_pick_pack an extra column called and however I'm not getting the information to fill the column.
The data is in orders_products TABLE as a 'products_parts' column - are all in orders_products TABLE so should not ['parts'] show as well?
I have in my batch_pick_pack an extra column called
Code: Select all
<th><?= PP_PARTS ?></th>Code: Select all
<td><?= $order->products[$i]['parts'] ?></td>The data is in orders_products TABLE as a 'products_parts' column -
Code: Select all
<th><?= PP_OID ?></th>
<th><?= PP_QTY ?></th>
<th><?= PP_NAME ?></th>
<th><?= PP_MODEL ?></th>
<th><?= PP_OPTIONS ?></th>
<th><?= PP_PARTS ?></th>