http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7848
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <[email protected]> --- I tested this on current master and see some problems in the generated messages. My CHECKOUT notice looks like this: ------------------------------------------------------------------- Die folgenden Medien wurden entliehen: <<biblio.title>> <<issues.date_due>> Vielen Dank für Ihren Besuch in <<branches.branchname>>. ------------------------------------------------------------------- The output after checking out 2 items is: ------------------------------------------------------------------- Die folgenden Medien wurden entliehen: Die Kultur der Gegenwart 2012-04-15 23:59:00 Vielen Dank für Ihren Besuch in Midway.Die folgenden Medien wurden entliehen: Die Kultur der Gegenwart 2012-04-15 23:59:00 Vielen Dank für Ihren Besuch in Midway. ------------------------------------------------------------------- Note: This is one message, for 2 different items of the same title. Part of the message gets repeated - I think this should not happen and I am not sure why it does. My CHECKIN notice looks like this: ------------------------------------------------------------------- Die folgenden Medien wurden zurückgegeben: ---- <<biblio.title>> <<issues.itemnumber>><<issues.date_due>> ---- Vielen Dank. ------------------------------------------------------------------- Checking in the same items as before, gives me following output: ------------------------------------------------------------------- Die folgenden Medien wurden zurückgegeben: Die Kultur der Gegenwart Die Kultur der Gegenwart Vielen Dank. ------------------------------------------------------------------- Note: This time the list is ok, as no other parts of the message are repeated, but the information from the issues table does not show up. I think instead of the issues table or in addition to it we should make the items table available, so that barcode and callnumber can be added to the notices. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
