mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 21:02:41 -05:00
build version 400
This commit is contained in:
@@ -7,5 +7,5 @@ export default {
|
||||
state: null,
|
||||
country_id: null,
|
||||
zip: null,
|
||||
type: null
|
||||
type: null,
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@ export default {
|
||||
totalSimpleTax: 0,
|
||||
totalCompoundTax: 0,
|
||||
tax: 0,
|
||||
taxes: []
|
||||
taxes: [],
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@ export default {
|
||||
totalSimpleTax: 0,
|
||||
totalCompoundTax: 0,
|
||||
tax: 0,
|
||||
taxes: []
|
||||
taxes: [],
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@ export default {
|
||||
tax_type_id: 0,
|
||||
amount: null,
|
||||
percent: null,
|
||||
compound_tax: false
|
||||
compound_tax: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user