@@ -265,6 +265,9 @@ INTERFACE_IMPORT = (() => {
if (typeof bill.calcBase === 'string' && bill.calcBase.length > 0) {
if (bill.exCalcStr) bill.calcBase = bill.exCalcStr;
calcBills.push(bill);
+ } else if (bill.exCalcStr) {
+ bill.calcBase = bill.exCalcStr;
+ calcBills.push(bill);
}
//3. Action!