Update dispatch.php

This commit is contained in:
Laurent Destailleur 2020-08-04 11:58:29 +02:00 committed by GitHub
parent dbb2e8b1ba
commit fd551261bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) {