BUG #3136
@@ -299,6 +299,9 @@ const INTERFACE_EXPORT_BASE = (() => {
if (!child.ID) {
child.ID = uuid.v1();
}
+ if (child.quantity) {
+ child.quantityEXP = child.quantity;
+ }
child.ParentID = parentID;
child.type = parentID === -1 ? BillType.DXFY : BillType.BILL;
child.NextSiblingID = -1;