Revision e5610b45
Von Bernd Bleßmann vor etwa 3 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1994 | 1994 |
action => [ |
1995 | 1995 |
t8('more') |
1996 | 1996 |
], |
1997 |
action => [ |
|
1998 |
t8('History'), |
|
1999 |
call => [ 'set_history_window', $self->order->id, 'id' ], |
|
2000 |
disabled => !$self->order->id ? t8('This record has not been saved yet.') : undef, |
|
2001 |
], |
|
1997 | 2002 |
action => [ |
1998 | 2003 |
t8('Follow-Up'), |
1999 | 2004 |
call => [ 'kivi.Order.follow_up_window' ], |
2000 | 2005 |
disabled => !$self->order->id ? t8('This object has not been saved yet.') : undef, |
2001 | 2006 |
only_if => $::auth->assert('productivity', 1), |
2002 | 2007 |
], |
2003 |
action => [ |
|
2004 |
t8('History'), |
|
2005 |
call => [ 'set_history_window', $self->order->id, 'id' ], |
|
2006 |
disabled => !$self->order->id ? t8('This record has not been saved yet.') : undef, |
|
2007 |
], |
|
2008 | 2008 |
], # end of combobox "more" |
2009 | 2009 |
); |
2010 | 2010 |
} |
Auch abrufbar als: Unified diff
Auftrags-Controller: Reihenfolge Histore/Wiedervolage (Menüpunkt mehr) geändert
Ist nun so, wie in den anderen Masken (alte OE, Lieferscheine und Rechnungen)