Skip to content

Commit

Permalink
FIX buyprice barcode default val
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-quentin authored and eldy committed Jun 25, 2019
1 parent f984a77 commit 7f62fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/fournisseurs.php
Expand Up @@ -688,7 +688,7 @@ function update_price_from_multicurrency() {
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>';
}
Expand Down

0 comments on commit 7f62fdb

Please sign in to comment.