Merge pull request #22327 from altairis-noe/cleanup_shipping_qty_correction

this should be cleaned when we click on the eraser
This commit is contained in:
Laurent Destailleur 2022-09-19 17:27:46 +02:00 committed by GitHub
commit e494a4969e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1408,7 +1408,7 @@ if ($action == 'create') {
$deliverableQty = GETPOST($inputName, 'int');
}
print '<input '.$tooltip.' name="qtyl'.$indiceAsked.'_'.$subj.'" id="qtyl'.$indiceAsked.'" type="text" size="4" value="'.$deliverableQty.'">';
print '<input '.$tooltip.' class="qtyl" name="qtyl'.$indiceAsked.'_'.$subj.'" id="qtyl'.$indiceAsked.'" type="text" size="4" value="'.$deliverableQty.'">';
print '<input name="ent1'.$indiceAsked.'_'.$subj.'" type="hidden" value="'.$warehouse_id.'">';
} else {
if (!empty($conf->global->SHIPMENT_GETS_ALL_ORDER_PRODUCTS)) {