FIX : input hidden with fk_product of line on mo production can be usefull
This commit is contained in:
parent
fd9f95567e
commit
e403a3a896
@ -1008,6 +1008,9 @@ if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'crea
|
||||
$disable = 'disabled';
|
||||
}
|
||||
|
||||
// input hidden with fk_product of line
|
||||
print '<input type="hidden" name="product-'.$line->id.'-'.$i.'" value="'.$line->fk_product.'">';
|
||||
|
||||
// Qty
|
||||
print '<td class="right"><input type="text" class="width50 right" id="qtytoconsume-'.$line->id.'-'.$i.'" name="qty-'.$line->id.'-'.$i.'" value="'.$preselected.'" '.$disable.'></td>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user