wip
This commit is contained in:
parent
bdb156662d
commit
b125165f2b
|
|
@ -127,7 +127,7 @@
|
||||||
let tax = this.tax_rates[index];
|
let tax = this.tax_rates[index];
|
||||||
|
|
||||||
this.dialog.form = {
|
this.dialog.form = {
|
||||||
id: null,
|
id: tax.id,
|
||||||
name: tax.name,
|
name: tax.name,
|
||||||
rate: tax.rate,
|
rate: tax.rate,
|
||||||
type: tax.type,
|
type: tax.type,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue