added discount location setting
This commit is contained in:
@ -29,6 +29,12 @@ return [
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
'discount_location' => [
|
||||
'name' => 'Discount Location',
|
||||
'item' => 'At line',
|
||||
'total' => 'At total',
|
||||
'both' => 'Both line and total',
|
||||
],
|
||||
],
|
||||
|
||||
'invoice' => [
|
||||
|
Reference in New Issue
Block a user