diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aa.pl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -120,6 +120,13 @@ sub display_form { sub create_links { + if ($form->{script} eq 'ap.pl'){ + $form->{ARAP} = 'AP'; + $form->{vc} = 'vendor'; + } elsif ($form->{script} eq 'ar.pl'){ + $form->{ARAP} = 'AR'; + $form->{vc} = 'customer'; + } $form->create_links($form->{ARAP}, \%myconfig, $form->{vc}); |