Fix typo
This commit is contained in:
parent
e540e98c80
commit
cfb32f244a
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ class InvoiceItemTransformer extends EntityTransformer
|
|||
'qty' => (float) $item->qty,
|
||||
'tax_name1' => $item->tax_name1 ? $item->tax_name1 : '',
|
||||
'tax_rate1' => (float) $item->tax_rate1,
|
||||
'tax_name2' => $item->tax_name2 ? $item->tax_name1 : '',
|
||||
'tax_name2' => $item->tax_name2 ? $item->tax_name2 : '',
|
||||
'tax_rate2' => (float) $item->tax_rate2,
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue