diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-10 18:58:42 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-11-10 18:58:42 +0000 |
commit | b373465898535055867ce8acdea26a6518a99ebd (patch) | |
tree | 10d5ab4bb32164103ddc031e6e178de26db9a484 /scripts | |
parent | be2b4fb16b843cf52e14b5b3e3a36b3faf4df970 (diff) |
Unapplying for now the drafts fix
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2384 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/drafts.pl | 2 | ||||
-rw-r--r-- | scripts/vendor.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/drafts.pl b/scripts/drafts.pl index 7d6008ec..f7771f30 100644 --- a/scripts/drafts.pl +++ b/scripts/drafts.pl @@ -11,7 +11,7 @@ sub search { $request->{class_types} = [ {text => $request->{_locale}->text('AR'), value => 'ar'}, {text => $request->{_locale}->text('AP'), value => 'ap'}, - {text => $request->{_locale}->text('GL'), value => 'gl'}, + {text => $request->{_locale}->text('GL'), value => 'GL'}, ]; my $template = LedgerSMB::Template->new( user =>$request->{_user}, diff --git a/scripts/vendor.pl b/scripts/vendor.pl index 45a46cb6..0f86c553 100644 --- a/scripts/vendor.pl +++ b/scripts/vendor.pl @@ -23,7 +23,7 @@ package LedgerSMB::Scripts::vendor; use LedgerSMB::DBObject::Vendor; use base qw(LedgerSMB::ScriptLib::Company); -# require 'lsmb-request.pl'; +require 'lsmb-request.pl'; sub set_entity_class { my ($null, $request) = @_; |