http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8495 Priority: P5 - low Change sponsored?: --- Bug ID: 8495 Assignee: julian.maurice@biblibre.com Summary: Javascript error when creating a new order Severity: normal Classification: Unclassified OS: All Reporter: julian.maurice@biblibre.com Hardware: All Status: ASSIGNED Version: master Component: Acquisitions Product: Koha Steps to reproduce: - syspref AcqCreateItem='ordering' - syspref UniqueItemFields='barcode' (or something else, but not empty) - with Firebug, enable the 'persistent' mode, so you can see the error message even after form is submitted - create a new order, add 1 item, select a budget and click on save. - you should see in firebug an error like this : "Syntax error, unrecognized expression: [value=items.barcode]". This cause the form to be submitted too early in the validation process. Patch is coming. -- You are receiving this mail because: You are watching all bug changes.