X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fdispose.inc.php;h=691b258665fc6af99b5081c25bfcaf1bb3e956c9;hb=de77377e6fd58f2680074a5cf0b14494813d07ad;hp=d95dab4631bfc407cdb472007b8adb1a8d2e31ae;hpb=ec28d06c976780c7cba78aa7d85d8d8d06095df3;p=mirrors%2FSokoMan.git diff --git a/assistants/dispose.inc.php b/assistants/dispose.inc.php index d95dab4..691b258 100644 --- a/assistants/dispose.inc.php +++ b/assistants/dispose.inc.php @@ -1,10 +1,9 @@ -
- item_serial: + + item_serial:
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);