[% 'Account for fees' | $T8 %] |
|
[% 'Account for interest' | $T8 %] |
|
[% 'Record in' | $T8 %] |
|
[% 'Dunning Creator' | $T8 %] |
[% L.select_tag('dunning_creator', [ [ 'current_employee', LxERP.t8('Current Employee') ],[ 'invoice_employee', LxERP.t8('Employee from the original invoice') ] ], default=dunning_creator) %]
|
[% 'Original Invoice' | $T8 %] |
[% L.select_tag('dunning_original_invoice_creation_mode', [
[ 'create_new', LxERP.t8('Create new record.') ],
[ 'use_last_created_or_create_new',
LxERP.t8('Use last created record or create new.') ],
], default=dunning_original_invoice_creation_mode) %]
|