Update mod_barcode_product_standard.php
$out .= $obj->libelle; //take the libelle corresponding to the type rowid in the database Take the libelle instead the code for the litteral value of the barcode type rowid.
This commit is contained in:
parent
364158c35b
commit
f718a396d5
@ -162,7 +162,7 @@ class mod_barcode_product_standard extends ModeleNumRefBarCode
|
||||
|
||||
if ($num > 0) {
|
||||
$obj = $this->db->fetch_object($result);
|
||||
$out .= $obj->code;
|
||||
$out .= $obj->libelle; //take the libelle corresponding to the type rowid in the database
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user