X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=inline;f=index.php;h=7361d3053532e26d7fabcfa3ad96a5c668253b14;hb=4ece8e8078c74faac1037693e70656a8a50cb778;hp=b37ab51d93f729142d5a1274cd1d818aa6ef1587;hpb=274c2053a765e8b3cfecd046f60cc4b057971d35;p=mirrors%2FSokoMan.git diff --git a/index.php b/index.php index b37ab51..7361d30 100755 --- a/index.php +++ b/index.php @@ -298,6 +298,9 @@ EOF; 'model_id' => array(array('item',$where_url)), 'model_barcode' => array(array('store','assistant/%d?barcode=%v')) ), + 'item' => array( + 'item_serial' => array(array('dispose','assistant/%d?serial=%v'),array('sell','assistant/%d?serial=%v')) + ), 'category' => array('category_id' => array(array('item',$where_url))), 'producer' => array('producer_id' => array(array('item',$where_url))), 'vendor' => array('vendor_id' => array(array('item',$where_url))),