summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-03 18:59:21 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-03 18:59:21 +0000
commita68e3e4e78cd1bb7efe35a39d0fdd376f60e2fae (patch)
tree9472dde5e6fd03c54374e2f6402c3159b765475b /LedgerSMB/Form.pm
parent3b71d81c4377fd421c8b9a7dba97b37fbe704e64 (diff)
Fixing get_my_emp_num API call to remove redundant argument.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1453 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Form.pm')
-rw-r--r--LedgerSMB/Form.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index a00fb32b..3a4787fe 100644
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -850,7 +850,7 @@ This function is currently (2007-08-02) only used by pos.conf.pl.
=cut
sub get_my_emp_num {
- my ( $self, $myconfig, $form ) = @_;
+ my ( $self, $myconfig) = @_;
%myconfig = %{$myconfig};
my $dbh = $form->{dbh};