Revision 09a31d56
Von Bernd Bleßmann vor etwa 3 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
1036 | 1036 |
action => [ t8('more') ], |
1037 | 1037 |
action => [ |
1038 | 1038 |
t8('History'), |
1039 |
call => [ 'set_history_window', $form->{id} * 1, 'id' ], |
|
1039 |
call => [ 'set_history_window', $form->{id} * 1, 'glid' ],
|
|
1040 | 1040 |
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef, |
1041 | 1041 |
], |
1042 | 1042 |
action => [ |
Auch abrufbar als: Unified diff
Dialogbuchung: Historie: Der Parameter muss glid ansatt id sein.