mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update dispatch.php
This commit is contained in:
committed by
GitHub
parent
dbb2e8b1ba
commit
fd551261bb
@@ -744,7 +744,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
print '<td class="right">'.$langs->trans("QtyOrdered").'</td>';
|
||||
print '<td class="right">'.$langs->trans("QtyDispatchedShort").'</td>';
|
||||
print ' <td class="right">'.$langs->trans("QtyToDispatchShort");
|
||||
print ' (<a href="#" id="autoreset">'.$langs->trans("Reset").'</a>)</td>';
|
||||
print '<br><a href="#" id="autoreset">'.$langs->trans("Reset").'</a>)</td>';
|
||||
print '<td width="32"></td>';
|
||||
|
||||
if (!empty($conf->global->SUPPLIER_ORDER_CAN_UPDATE_BUYINGPRICE_DURING_RECEIPT)) {
|
||||
|
||||
Reference in New Issue
Block a user