|
@@ -265,7 +265,7 @@ module.exports = app => {
|
|
|
sp.qc_qty = this.ctx.helper.round(d.qc_qty, precision.value);
|
|
|
}
|
|
|
if (d.postil !== undefined) {
|
|
|
- sp.postil = this.ctx.helper.round(d.postil, precision.value);
|
|
|
+ sp.postil = d.postil;
|
|
|
}
|
|
|
await transaction.update(this.tableName, sp, {where: {id: osp.id}});
|
|
|
} else {
|