Revision 16fc9cde
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
355 | 355 |
action => [ t8('more') ], |
356 | 356 |
action => [ |
357 | 357 |
t8('History'), |
358 |
call => [ 'set_history_window', $form->{id} * 1, 'id' ], |
|
358 |
call => [ 'set_history_window', $form->{id} * 1, 'glid' ],
|
|
359 | 359 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
360 | 360 |
], |
361 | 361 |
action => [ |
Auch abrufbar als: Unified diff
ActionBar: Aufruf Historie in Verkaufrechnungen gefixt