From 51630db6070ae1482106b1872d62f38c82b835d4 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Wed, 11 Apr 2012 19:51:08 +0200 Subject: [PATCH] Location v prodeji --- assistants/sell.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistants/sell.inc.php b/assistants/sell.inc.php index e79e234..ecdd3c6 100644 --- a/assistants/sell.inc.php +++ b/assistants/sell.inc.php @@ -42,7 +42,7 @@ switch($SUBPATH[0]) { $current[$item_id]['item_date_sold'] = date('Y-m-d'); $hide_cols = $hide_cols_common; } else { - $hide_cols = array_merge($hide_cols_common,array('item_price_out','item_note','item_customer','item_date_sold')); + $hide_cols = array_merge($hide_cols_common,array('item_price_out','item_note','item_customer','item_date_sold','location_id')); $quantity_removed = $_GET['quantity']; if($quantity_removed <= 0) $this->post_redirect_get("$URL_INTERNAL/1","Can't dispose non-possitive amount of items!"); if(!is_numeric($quantity_removed)) $quantity_removed = 1; -- 2.30.2