Update card.php
This commit is contained in:
parent
e24027fb1e
commit
a6f838a6e0
@ -1072,8 +1072,14 @@ if ($action == 'create')
|
|||||||
print '<td class="center">'.$langs->trans("QtyOrdered").'</td>';
|
print '<td class="center">'.$langs->trans("QtyOrdered").'</td>';
|
||||||
print '<td class="center">'.$langs->trans("QtyShipped").'</td>';
|
print '<td class="center">'.$langs->trans("QtyShipped").'</td>';
|
||||||
print '<td class="center">'.$langs->trans("QtyToShip");
|
print '<td class="center">'.$langs->trans("QtyToShip");
|
||||||
print ' <br>(<a href="#" id="autofill">'.$langs->trans("Fill").'</a>';
|
if (empty($conf->productbatch->enabled))
|
||||||
print ' / <a href="#" id="autoreset">'.$langs->trans("Reset").'</a>)';
|
{
|
||||||
|
print '<br><a href="#" id="autofill">'.$langs->trans("Fill").'</a>';
|
||||||
|
print ' / ';
|
||||||
|
} else {
|
||||||
|
print '<br>';
|
||||||
|
}
|
||||||
|
print '<a href="#" id="autoreset">'.$langs->trans("Reset").'</a>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!empty($conf->stock->enabled))
|
if (!empty($conf->stock->enabled))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user