summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-28 15:36:30 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-08-28 15:36:30 +0000
commit51f16b44dbc9868c4acf7a0473e81bb7cf5c39da (patch)
tree5109856f40f49ba89fef6ca004edc3b0d58ad949
parent7e253963da955750b76c06278fcb9ba6a7ec5ccd (diff)
Correcting price matrix error on timecard search.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@2304 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r--LedgerSMB/PriceMatrix.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/PriceMatrix.pm b/LedgerSMB/PriceMatrix.pm
index 2af812bd..a1e5ee74 100644
--- a/LedgerSMB/PriceMatrix.pm
+++ b/LedgerSMB/PriceMatrix.pm
@@ -122,7 +122,6 @@ sub price_matrix {
} elsif ( $form->{vendor_id} ) {
$pmh->execute( $ref->{id} );
} else {
- $form->error('Access Denied');
return;
}