X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fdispose.inc.php;h=56622bfe40837b13da1de014d61499de388d7e88;hb=b4c58cd09ff3251041d9cd6f946f7875608a132c;hp=735c3fdab344c196b77229798a3edcd0e72ae67b;hpb=e390b72f229f9e204abbcdfabe0a22db1a6648a9;p=mirrors%2FSokoMan.git 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);