refs #451 Invoice item currency

This commit is contained in:
cuneytsenturk
2018-08-29 17:51:10 +03:00
parent 398c8d38a6
commit 4594bc6a72
7 changed files with 26 additions and 7 deletions

View File

@ -755,7 +755,7 @@ class Bills extends Controller
// it should be integer for amount mask
$currency->precision = (int) $currency->precision;
$html = view('expenses.bills.item', compact('item_row', 'taxes'))->render();
$html = view('expenses.bills.item', compact('item_row', 'taxes', 'currency'))->render();
return response()->json([
'success' => true,