Revision 74c871e5
Von Jan Büren vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2225 | 2225 |
@req_trans_cost_art, @req_cusordnumber, |
2226 | 2226 |
], |
2227 | 2227 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2228 |
: $final_sales_version ? t8('This record is the final version. Please create a new subversion') : undef, |
|
2228 |
: $final_sales_version ? t8('This record is the final version. Please create a new sub-version') : undef,
|
|
2229 | 2229 |
], |
2230 | 2230 |
action => [ |
2231 | 2231 |
t8('Save and Close'), |
... | ... | |
2361 | 2361 |
], |
2362 | 2362 |
checks => [ @req_trans_cost_art, @req_cusordnumber ], |
2363 | 2363 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2364 |
: $final_sales_version ? t8('This record is a final version. Please create a new subversion') : undef,
|
|
2364 |
: $final_sales_version ? t8('This record is the final version. Please create a new sub-version') : undef,
|
|
2365 | 2365 |
], |
2366 | 2366 |
action => [ |
2367 | 2367 |
t8('Save and print'), |
... | ... | |
2370 | 2370 |
], |
2371 | 2371 |
checks => [ @req_trans_cost_art, @req_cusordnumber ], |
2372 | 2372 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2373 |
: $final_sales_version ? t8('This record is a final version. Please create a new subversion') : undef,
|
|
2373 |
: $final_sales_version ? t8('This record is the final version. Please create a new sub-version') : undef,
|
|
2374 | 2374 |
], |
2375 | 2375 |
action => [ |
2376 | 2376 |
t8('Save and E-mail'), |
... | ... | |
2380 | 2380 |
], |
2381 | 2381 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
2382 | 2382 |
: !$self->order->id ? t8('This object has not been saved yet.') |
2383 |
: $final_sales_version ? t8('This record is a final version. Please create a new subversion') : undef,
|
|
2383 |
: $final_sales_version ? t8('This record is the final version. Please create a new sub-version') : undef,
|
|
2384 | 2384 |
], |
2385 | 2385 |
action => [ |
2386 | 2386 |
t8('Download attachments of all parts'), |
Auch abrufbar als: Unified diff
locales für Funktion Unterversionen