From: Thomas Mudrunka Date: Fri, 19 Aug 2011 22:32:01 +0000 (+0200) Subject: Pri vyskladnovani do firmy customer = 0 X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=b895e8ea58501324022903810c67e778b2344779;p=mirrors%2FSokoMan.git Pri vyskladnovani do firmy customer = 0 --- diff --git a/assistants/dispose.inc.php b/assistants/dispose.inc.php index 735c3fd..56622bf 100644 --- a/assistants/dispose.inc.php +++ b/assistants/dispose.inc.php @@ -16,6 +16,7 @@ switch($step) { $current = $this->db->get_listing('item', $item_id, 1); $current[$item_id]['status_id'] = 2; + $current[$item_id]['item_customer'] = 0; $action = $_SERVER['SCRIPT_NAME']."/item/$item_id/edit"; echo $this->html->render_insert_form('item', $columns, $selectbox, $current, false, $action); diff --git a/assistants/sell.inc.php b/assistants/sell.inc.php index 64130ef..0cd1d7d 100644 --- a/assistants/sell.inc.php +++ b/assistants/sell.inc.php @@ -1,5 +1,6 @@