From: Janusz Dobrowolski Date: Thu, 18 Sep 2008 19:39:16 +0000 (+0000) Subject: Syntax error introduced in last update fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=4f5c24a32b59b1803a0bd71c2cd55e96781a3d7d;p=textcart.git Syntax error introduced in last update fixed. --- diff --git a/inventory/prices.php b/inventory/prices.php index 3803fe0..4da07b4 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.