Revision 0ca7f6f9
Von Jan Büren vor fast 3 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2226 | 2226 |
only_if => $deletion_allowed, |
2227 | 2227 |
], |
2228 | 2228 |
|
2229 |
combobox => [ |
|
2230 |
action => [ |
|
2231 |
t8('more') |
|
2232 |
], |
|
2233 |
action => [ |
|
2234 |
t8('History'), |
|
2235 |
call => [ 'set_history_window', $self->order->id, 'id' ], |
|
2236 |
disabled => !$self->order->id ? t8('This record has not been saved yet.') : undef, |
|
2237 |
], |
|
2238 |
action => [ |
|
2239 |
t8('Follow-Up'), |
|
2240 |
call => [ 'kivi.Order.follow_up_window' ], |
|
2241 |
disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, |
|
2242 |
only_if => $::auth->assert('productivity', 1), |
|
2243 |
], |
|
2244 |
], # end of combobox "more" |
|
2229 | 2245 |
); |
2230 | 2246 |
} |
2231 | 2247 |
} |
Auch abrufbar als: Unified diff
Zuviel in b24afac71c944 entfernt. Historie und Wiedervorlage wieder anzeigen
Historie ist nur lesend im Zugriff und Wiedervorlagen zu
schreibgeschützten Belegen zu erstellen, wenn das Recht productivity
vergeben ist, find ich i.O.