X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=assistants%2Fsell.inc.php;h=6a1a3b8d51a8f83e5f1c03857cc43b6c62ef27b6;hb=aeed9d1069fe3e4ed94f798179b309a120d70cf5;hp=0cd1d7d4bdf69f6b828e4e582400be5ebba009d2;hpb=b895e8ea58501324022903810c67e778b2344779;p=mirrors%2FSokoMan.git diff --git a/assistants/sell.inc.php b/assistants/sell.inc.php index 0cd1d7d..6a1a3b8 100644 --- a/assistants/sell.inc.php +++ b/assistants/sell.inc.php @@ -1,17 +1,10 @@ -
- item_serial: - -
-html->form("$URL/2", 'GET', array( + array('serial','','text',false,'autofocus','item_serial:'), + array(false,'SELL','submit') + )); break; case 2: $item_id = $this->db->map_unique('item_serial', $_GET['serial'], 'item_id', 'item');