Fix vetsiny veci co se posraly presunutim barcodu do zvlastni tabulky
[mirrors/SokoMan.git] / assistants / sell.inc.php
index e79e234dec83eccc519a8b0c9c9515fed90a19d5..73e096e3fae2a3475384aa8255a2999dc87aace3 100644 (file)
@@ -29,7 +29,8 @@ switch($SUBPATH[0]) {
                $current[$item_id]['item_author'] = $this->db->auth->get_user_id();
                $forked_item = $current;
 
-               $model_id = $this->db->map_unique('item_serial', $item_serial, 'model_id', 'item');
+               $barcode_id = $this->db->map_unique('item_id', $item_id, 'barcode_id', 'item');
+               $model_id = $this->db->map_unique('barcode_id', $barcode_id, 'model_id', 'barcode');
                $model_price_in = $this->db->map_unique('model_id', $model_id, 'model_price_in', 'model');
                $model_price_out = $this->db->map_unique('model_id', $model_id, 'model_price_out', 'model');
 
@@ -42,7 +43,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.105477 seconds and 4 git commands to generate.