Revision 8f66ee21
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2245 | 2245 |
], |
2246 | 2246 |
action => [ |
2247 | 2247 |
t8('Create Sub-Version'), |
2248 |
call => [ 'kivi.Order.save', 'add_subversion', |
|
2249 |
],
|
|
2248 |
call => [ 'kivi.Order.save', 'add_subversion', ],
|
|
2249 |
only_if => $::instance_conf->get_lock_oe_subversions,
|
|
2250 | 2250 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2251 |
: !$is_final_version ? t8('This sub-version is not yet finalized') . ' ' . t8('or the feature is disabled in the configuration settings.')
|
|
2251 |
: !$is_final_version ? t8('This sub-version is not yet finalized') |
|
2252 | 2252 |
: undef, |
2253 | 2253 |
], |
2254 | 2254 |
action => [ |
locale/de/all | ||
---|---|---|
4582 | 4582 |
'one-time execution' => 'einmalige Ausführung', |
4583 | 4583 |
'only OB Transactions' => 'nur EB-Buchungen', |
4584 | 4584 |
'open' => 'Offen', |
4585 |
'or the feature is disabled in the configuration settings.' => 'oder die Funktion ist in der Mandantenkonfiguration deaktiviert.', |
|
4586 | 4585 |
'order' => 'Reihenfolge', |
4587 | 4586 |
'our vendor number at customer' => 'Unsere Lieferanten-Nr. beim Kunden', |
4588 | 4587 |
'parsing csv' => 'Parse CSV Daten', |
locale/en/all | ||
---|---|---|
4581 | 4581 |
'one-time execution' => '', |
4582 | 4582 |
'only OB Transactions' => '', |
4583 | 4583 |
'open' => '', |
4584 |
'or the feature is disabled in the configuration settings.' => '', |
|
4585 | 4584 |
'order' => '', |
4586 | 4585 |
'our vendor number at customer' => '', |
4587 | 4586 |
'parsing csv' => '', |
Auch abrufbar als: Unified diff
Unterversionen: Aktion zum Erzeugen nur anzeigen, wenn Feature eingeschaltet