Location v prodeji
authorThomas Mudrunka <tomas@mudrunka.cz>
Wed, 11 Apr 2012 17:51:08 +0000 (19:51 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Wed, 11 Apr 2012 17:51:08 +0000 (19:51 +0200)
assistants/sell.inc.php

index e79e234dec83eccc519a8b0c9c9515fed90a19d5..ecdd3c6ce26603c3ed0fb6d8cd20db8f898b0be4 100644 (file)
@@ -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;
This page took 0.090244 seconds and 4 git commands to generate.