summaryrefslogtreecommitdiff
path: root/common.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-16 00:34:18 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-16 00:34:18 +0000
commit590f3c6ccd6d4e51597a406237d1556cd646d7cc (patch)
tree0b67ccb7fd12915fada5348ee0649639a4f054a9 /common.pl
parentc4e8c290b79d8bb1baff8c108139dfd9c6a66b4d (diff)
Fix buttons on redirect-destinations
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@627 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'common.pl')
-rw-r--r--common.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.pl b/common.pl
index 4bc27807..043c7c19 100644
--- a/common.pl
+++ b/common.pl
@@ -52,6 +52,7 @@ sub redirect {
for (@common_attrs){
$form->{$_} = $temphash{$_};
}
+ $form->{script} = $script;
if (!$myconfig){ # needed for login
%myconfig = %{LedgerSMB::User->fetch_config($form->{login})};