summaryrefslogtreecommitdiff
path: root/bin/ps.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-25 06:27:10 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-25 06:27:10 +0000
commitce0378ec0d26d8c3d38838960cb8182599f4f09e (patch)
treee2fe57cf3acf178826321211dab1a4f833a6e06f /bin/ps.pl
parent96cf16a1bea8681d3a9c549d981198ebfa59cfb8 (diff)
Fixing partsgroup buttons in POS interface
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1009 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/ps.pl')
-rwxr-xr-xbin/ps.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ps.pl b/bin/ps.pl
index f3df4c98..c9ba0c5c 100755
--- a/bin/ps.pl
+++ b/bin/ps.pl
@@ -60,5 +60,11 @@ if (-f "bin/custom/$form->{login}_pos.pl") {
eval { require "bin/custom/$form->{login}_pos.pl"; };
}
+# Necessary for Partsgroup lookups
+if ($form->{action} =~ s/^\s//){
+ $form->{my_partsgroup} = $form->{action};
+ $form->{action} = "lookup_partsgroup";
+}
+
1;
# end