|
@@ -1208,6 +1208,7 @@ module.exports = app => {
|
|
|
qtcl_expr: d.qtcl_expr,
|
|
|
check_calc: 1,
|
|
|
ccid: this.ctx.change.cid,
|
|
|
+ formc: 1,
|
|
|
};
|
|
|
for (const c of d.children) {
|
|
|
c.ledger_pid = newBills.ledger_id;
|
|
@@ -1236,6 +1237,7 @@ module.exports = app => {
|
|
|
ex_memo2: pos.ex_memo2,
|
|
|
ex_memo3: pos.ex_memo3,
|
|
|
ccid: this.ctx.change.cid,
|
|
|
+ formc: 1,
|
|
|
};
|
|
|
this._calcExpr(newPos, 'sgfh_qty', pos.sgfh_expr, pos.sgfh_qty, precision);
|
|
|
this._calcExpr(newPos, 'sjcl_qty', pos.sjcl_expr, pos.sjcl_qty, precision);
|