ActionBar: Aufruf Historie in Verkaufrechnungen gefixt
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Jan 2017 15:59:25 +0000 (16:59 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:01 +0000 (10:44 +0100)
bin/mozilla/is.pl

index 6b958c2..6733c66 100644 (file)
@@ -355,7 +355,7 @@ sub setup_is_action_bar {
         action => [ t8('more') ],
         action => [
           t8('History'),
-          call     => [ 'set_history_window', $form->{id} * 1, 'id' ],
+          call     => [ 'set_history_window', $form->{id} * 1, 'glid' ],
           disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
         ],
         action => [