Revision 37d37902
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
1309 | 1309 |
taxincluded => t8('Tax Included'), |
1310 | 1310 |
taxzone_id => t8('Tax zone'), |
1311 | 1311 |
tax_point => t8('Tax point'), |
1312 |
reqdate => t8('Due Date'),
|
|
1312 |
reqdate => t8('Deadline'),
|
|
1313 | 1313 |
transdate => t8('Booking Date'), |
1314 | 1314 |
itime => t8('Creation Time'), |
1315 | 1315 |
mtime => t8('Last modification Time'), |
SL/Presenter/ReclamationFilter.pm | ||
---|---|---|
282 | 282 |
}, |
283 | 283 |
'reqdate' => { |
284 | 284 |
'position' => 28, |
285 |
'text' => t8("Due Date"),
|
|
285 |
'text' => t8("Deadline"),
|
|
286 | 286 |
'input_type' => 'date_tag', |
287 | 287 |
'input_name' => 'reqdate', |
288 | 288 |
'input_default_ge' => $filter->{'reqdate' . ':date::ge'}, |
Auch abrufbar als: Unified diff
FIX: Reklamationsbericht: Fälligkeitsdatum in Fristsetzung umbenannt