Revision f0a2fbcf
Von Werner Hahn vor etwa 2 Jahren hinzugefügt
js/kivi.DeliveryOrder.js | ||
---|---|---|
$("#stock-in-out-table tr.listrow").each((i,row) => {
|
||
let qty = kivi.parse_amount($(row).find(".data-qty").val());
|
||
|
||
if (qty === 0) return;
|
||
if (qty === null) return;
|
||
if (qty === 0 || qty === null) return;
|
||
|
||
data.push({
|
||
qty: qty,
|
Auch abrufbar als: Unified diff
DeliveryOrder js update_stock chargen genau berichtigt