kts-component-invoice-operate 3.2.93 → 3.2.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -1633,6 +1633,7 @@ var addGoodDiscountV2 = /*#__PURE__*/(function () {
|
|
|
1633
1633
|
taxRate: good.taxRate,
|
|
1634
1634
|
itemName: good.itemName,
|
|
1635
1635
|
shorthand: good.shorthand,
|
|
1636
|
+
taxClassificationCode: good.taxClassificationCode,
|
|
1636
1637
|
taxAmount: -1 * taxAmount,
|
|
1637
1638
|
lineAmountExcludeTax: -1 * lineAmountExcludeTax,
|
|
1638
1639
|
lineAmountIncludeTax: -1 * e.discolineAmountunt,
|
package/dist/index.js
CHANGED
|
@@ -1643,6 +1643,7 @@ var addGoodDiscountV2 = /*#__PURE__*/(function () {
|
|
|
1643
1643
|
taxRate: good.taxRate,
|
|
1644
1644
|
itemName: good.itemName,
|
|
1645
1645
|
shorthand: good.shorthand,
|
|
1646
|
+
taxClassificationCode: good.taxClassificationCode,
|
|
1646
1647
|
taxAmount: -1 * taxAmount,
|
|
1647
1648
|
lineAmountExcludeTax: -1 * lineAmountExcludeTax,
|
|
1648
1649
|
lineAmountIncludeTax: -1 * e.discolineAmountunt,
|
package/package.json
CHANGED
|
@@ -42,6 +42,7 @@ export default async (state: InvoiceControllerState, options?: IOptions[]) => {
|
|
|
42
42
|
taxRate: good.taxRate,
|
|
43
43
|
itemName: good.itemName,
|
|
44
44
|
shorthand: good.shorthand,
|
|
45
|
+
taxClassificationCode: good.taxClassificationCode,
|
|
45
46
|
|
|
46
47
|
taxAmount: -1 * taxAmount,
|
|
47
48
|
lineAmountExcludeTax: -1 * lineAmountExcludeTax,
|