Revision 26b68f7e
Von David Ohlbrecht vor etwa 15 Jahren hinzugefügt
bin/mozilla/dn.pl | ||
---|---|---|
358 | 358 |
'dunning_duedate' => { 'text' => $locale->text('Dunning Duedate') }, |
359 | 359 |
'fee' => { 'text' => $locale->text('Total Fees') }, |
360 | 360 |
'interest' => { 'text' => $locale->text('Interest') }, |
361 |
'salesman' => { 'text' => $locale->text('Salesperson'), 'visible' => $form->{l_salesman} ? 1 : 0 }, |
|
361 | 362 |
); |
362 | 363 |
|
363 |
if ($form->{l_salesman}) { |
|
364 |
# Show salesman column |
|
365 |
$column_defs{'salesman'} = ( { 'text' => $locale->text('Salesperson') } ); |
|
366 |
} |
|
367 |
|
|
368 | 364 |
$report->set_columns(%column_defs); |
369 | 365 |
$report->set_column_order(qw(checkbox dunning_description customername invnumber transdate |
370 | 366 |
duedate amount dunning_date dunning_duedate fee interest salesman)); |
Auch abrufbar als: Unified diff
Salesmananzeige in Mahnungsberichten
"kosmetische" Verbesserungen und zusätzliches Feld im Template.