Add help for inclusive tax rates
This commit is contained in:
parent
db55725890
commit
5384b79082
2 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue