On 2009/06/23, at 8:54 AM, Roche III, Edward wrote:
OK...now I opened a item record (through Webmin)like I was going to edit it didn't change anything then saved the record and now I can enter that barcode and it will allow me to check it out with no error. These barcodes were import into a temp table then I ran a UPDATE sql statement to update the barcodes in the item table from the temp table. Can anyone think of a reason why the system will not find the barcode unless I open and save the record first?
well, if you *manually* use sql to UPDATE your barcode values , zebra doesnt know about that ;) so rebuild your zebra-index after, and try searching again FYI: the correct way to do this is to use the C4:Items:ModItems() subroutine - then zebra is updated correctly too