From def662a573ad02e5c524d15b1cb5ebb0c4ad5484 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Thu, 18 Sep 2008 19:39:16 +0000 Subject: [PATCH] Syntax error introduced in last update fixed. --- inventory/prices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/prices.php b/inventory/prices.php index 3803fe07..4da07b47 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -106,7 +106,7 @@ if (list_updated('stock_id')) { $Ajax->activate('price_table'); $Ajax->activate('price_details'); } -if (list_updated('stock_id')) || isset($_POST['_curr_abrev_update']) ) { +if (list_updated('stock_id') || isset($_POST['_curr_abrev_update']) ) { // after change of stock, currency or salestype selector // display default calculated price for new settings. // If we have this price already in db it is overwritten later. -- 2.30.2