Revision 4b31e6ba
Von Bernd Bleßmann vor etwa 12 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
438 | 438 |
$form->error($locale->text('The warehouse or the bin is missing.')); |
439 | 439 |
} |
440 | 440 |
|
441 |
if (!$::lx_office_conf{features}->{show_best_before}) {
|
|
441 |
if (!$::instance_conf->get_show_bestbefore) {
|
|
442 | 442 |
$form->{bestbefore} = ''; |
443 | 443 |
} |
444 | 444 |
|
Auch abrufbar als: Unified diff
Option für Mindesthaltbarkeitsdatum in Mandantenkonfiguration verschoben.