summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
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};