http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12741 Bug ID: 12741 Summary: Can not create customized slips for branch Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: gmcharlt@gmail.com Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org To reproduce: - Go to Tools › Notices & Slips - Locate code ISSUEQSLIP in list, select "Copy to Union" (or other branch) and click "Copy" - Make some modifications and try to submit. This is not possible without changing the code e.g. to UN-ISSUEQSLIP. But with a changed code, the cusomization will not be visible for this branch when printing a quick slip. Workaround: Using MySQL, change the code back to ISSUQSLIP in table 'letter'. Now the customized slip prints as expected for it's branch. Solution: The form should not test for duplicate code, but for duplicate code+branch and allow to submit for same code and different branch. Related to 7997, 11931 ? -- You are receiving this mail because: You are watching all bug changes.