Commit 980bfca4 by François C.

Remove 'creation' (text typing error)

parent a650f122
Pipeline #1201 passed with stage
in 1 minute 26 seconds
......@@ -170,7 +170,7 @@ function init_datatable() {
data.qty = validated_data;
row.remove().draw();
products_table.row.add(data).draw();
}
}
update_total_value();
});
......@@ -262,7 +262,7 @@ function get_stored_product_with_bc(barcode) {
function fetch_product_from_bc(barcode) {
//console.log(barcode)
if (barcode == '') {creation
if (barcode == '') {
reset_focus();
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment