mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Add help for inclusive tax rates
This commit is contained in:
parent
db55725890
commit
5384b79082
@ -2438,6 +2438,7 @@ $LANG = array(
|
||||
'created_new_company' => 'Successfully created new company',
|
||||
'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.',
|
||||
'logout_and_delete' => 'Log Out/Delete Account',
|
||||
'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.',
|
||||
|
||||
);
|
||||
|
||||
|
@ -33,7 +33,8 @@
|
||||
trans('texts.inclusive') => array('name' => 'is_inclusive', 'value' => 1),
|
||||
])->inline()
|
||||
->check(0)
|
||||
->label('type') !!}
|
||||
->label('type')
|
||||
->help('tax_rate_type_help') !!}
|
||||
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user