[Koha-bugs] [Bug 8687] Improvements in overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 29 22:41:11 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8687

mathieu saby <mathieu.saby at univ-rennes2.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |mathieu.saby at univ-rennes2.f
                   |                            |r

--- Comment #18 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Before the patch:
name;surname;address1;address2;zipcode;city;country;email;itemcount;itemsinfo
bébé;saby;"15 rie";;;;;math.saby_15 at gmail.com;1;"22/11/2013    Palladio   
013559A    Lionello Puppi    2273
"
thefirstname;thename;"rue X";"batiment 2";75000;PARIS;France;;1;"22/11/2013   
Souvenirs d'enfance et de jeunesse    125305F    Ernest Renan    2272
"
mathieu;saby;;;;;;math.saby_15 at gmail.com;1;"07/11/2013    Lecture de Valéry2   
0281972092    par James R. Lawler    2301
"



After the patch:
name;surname;address1;address2;zipcode;city;country;email;phone;cardnumber;itemcount;itemsinfo;branchname;letternumber
bébé;saby;"15 rie";;;;;math.saby_15 at gmail.com;;6;1;"2273    29/11/2013   
22/11/2013    Palladio    013559A    Lionello Puppi    W 11246    BU centrale
";"BU centrale";1
thefirstname;thename;"rue X";"batiment
2";75000;PARIS;France;;060606060606;3;1;"2272    29/11/2013    22/11/2013   
Souvenirs d'enfance et de jeunesse    125305F    Ernest Renan    605634    BU
centrale
";"BU centrale";1
mathieu;saby;;;;;;math.saby_15 at gmail.com;;1;1;"2301    29/11/2013    07/11/2013
   Lecture de Valéry2    0281972092    par James R. Lawler    606395    BU
centrale
";"BU centrale";3

It seems ok.

Except there seems to be an extra linefeed before the closing " of the item
information (but it was an existing bug before your patch).

Regarding UTF-8 : I tried to put chinese text in my notices, and to generate it
before your patch. Chinese text is displayed properly. After your patch also,
but I don't see any change.
Is utf8 display of notices broken in current master?

I sign off, as this patch improves overdue_notices.pl without breaking
anything.

Mathieu

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list