1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Added missing report field

This commit is contained in:
Hillel Coren 2016-05-13 15:26:22 +03:00
parent f873998e22
commit df3a103825

View File

@ -1293,6 +1293,8 @@ $LANG = array(
'no_payment_method_specified' => 'No payment method specified',
'chart_type' => 'Chart Type',
);
return $LANG;