[Koha-bugs] [Bug 4334] Notices Samples doesn't exist anymore

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Apr 6 18:14:19 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4334


Ian Walls <ian.walls at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls at bywatersolutions.c
                   |                            |om




--- Comment #1 from Ian Walls <ian.walls at bywatersolutions.com>  2010-04-06 16:14:19 ---
In HEAD, I've noticed that the English sample_notices are not loading, which
also prevents sample_notices_message_attributes.sql and
sample_notices_message_transports.sql from loading, since they are foreign-key
dependent upon a populated sample notices table.

The problem is non-escaped double quotes inside the content for ODUE: 

VALUES ('circulation','ODUE','Overdue Notice','Item Overdue',"Dear
<<borrowers.firstname>> <<borrowers.surname>>,\n\nAccording to our current
records, you have items that are overdue.Your library does not charge late
fines, but please return or renew them at the branch below as soon as
possible.\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>>
<<branches.branchaddress3>>\nPhone: <<branches.branchphone>>\nFax:
<<branches.branchfax>>\nEmail: <<branches.branchemail>>\n\nIf you have
registered a password with the library, and you have a renewal available, you
may renew online. If an item becomes more than 30 days overdue, you will be
unable to use your library card until the item is returned.\n\nThe following
item(s) is/are currently overdue:\n\n<item>"<<biblio.title>>" by
<<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine:
<fine>GBP</fine></item>\n\nThank-you for your prompt attention to this
matter.\n\n<<branches.branchname>> Staff\n"),

This seems applicable to other languages, as well (except French).


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list