X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fdispose.inc.php;h=691b258665fc6af99b5081c25bfcaf1bb3e956c9;hb=ac2ed3a1c789c88f569f131fb5cb33bfd12d81bf;hp=735c3fdab344c196b77229798a3edcd0e72ae67b;hpb=e390b72f229f9e204abbcdfabe0a22db1a6648a9;p=mirrors%2FSokoMan.git diff --git a/assistants/dispose.inc.php b/assistants/dispose.inc.php index 735c3fd..691b258 100644 --- a/assistants/dispose.inc.php +++ b/assistants/dispose.inc.php @@ -1,9 +1,8 @@ -
+ item_serial:
@@ -16,6 +15,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);