FIX buyprice barcode default val
This commit is contained in:
parent
fffdd8797d
commit
4b3824a1a9
@ -688,7 +688,7 @@ SCRIPT;
|
||||
print '<tr>';
|
||||
print '<td>' . $langs->trans('BarcodeType') . '</td>';
|
||||
print '<td>';
|
||||
print $formbarcode->selectBarcodeType(($rowid ? $object->fourn_fk_barcode_type : ''), 'fk_barcode_type', 1);
|
||||
print $formbarcode->selectBarcodeType(($rowid ? $object->fourn_fk_barcode_type : $conf->global->PRODUIT_DEFAULT_BARCODE_TYPE), 'fk_barcode_type', 1);
|
||||
print '</td>';
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user