From f2cc5ce11878176e3fe9d2bd723ca483ffebbbfc Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 13 Oct 2006 17:16:34 +0000 Subject: $form->{menubar} is now deprecated, replaced with $form->{lynx} which will be used for all lynx related things git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@212 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/hr.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/hr.pl') diff --git a/bin/hr.pl b/bin/hr.pl index 446b516b..6ba51329 100755 --- a/bin/hr.pl +++ b/bin/hr.pl @@ -170,7 +170,7 @@ sub search_employee { |; - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -378,7 +378,7 @@ sub list_employees { print $item->{code}; } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -690,7 +690,7 @@ sub employee_footer { } } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -872,7 +872,7 @@ sub search_deduction { print $item->{code}; } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -1123,7 +1123,7 @@ sub deduction_footer { } } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } -- cgit v1.2.3