summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}