hledani v carovejch kodech master
authorThomas Mudrunka <tomas@mudrunka.cz>
Wed, 25 Jun 2014 10:43:38 +0000 (12:43 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Wed, 25 Jun 2014 10:43:38 +0000 (12:43 +0200)
index.php

index a85a04c97f4c46e013e7f92f3bd7238a83d9ad92..525c272194317093b5c48285ae19e62a2777fd76 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -662,6 +662,7 @@ class Sklad_DB extends PDO {
                );
                $fields_search = array(
                        'item'  => array('item_id','item_serial','model_name','barcode_name','model_descript','producer_name','vendor_name'),
+                       'barcode' => array('barcode_id','barcode_name'),
                        'model' => array('model_id','model_name','barcode_name','model_descript','producer_name'),
                        'location' => array('location_id','location_name')
                ); //TODO Autodetect
This page took 0.161305 seconds and 4 git commands to generate.