mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix typo
This commit is contained in:
parent
e540e98c80
commit
cfb32f244a
@ -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…
x
Reference in New Issue
Block a user