Fix for currency formatting on invoice

This commit is contained in:
Hillel Coren 2016-05-01 08:55:59 +03:00
parent 50de2d757e
commit 1000ff4088

View File

@ -436,6 +436,7 @@ class Invoice extends EntityModel implements BalanceAffecting
'contacts', 'contacts',
'country', 'country',
'currency_id', 'currency_id',
'country_id',
'custom_value1', 'custom_value1',
'custom_value2', 'custom_value2',
]); ]);