From a68e3e4e78cd1bb7efe35a39d0fdd376f60e2fae Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 3 Aug 2007 18:59:21 +0000 Subject: 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 --- LedgerSMB/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB') 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}; -- cgit v1.2.3