[Koha-bugs] [Bug 7671] add a real primary key "accountlinesid" in accountlines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 13 15:37:54 CEST 2012


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

--- Comment #8 from Marc Véron <veron at veron.ch> ---

Tried to apply the patch and got:

"fatal: cannot convert from UTF-8utf-8 to UTF-8"

In the header of the patch the Content-Type appears twice:

(...)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="utf-8"
(...)


This was not the case in the previous patch, it was only:
(...)
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
(...)

So my guess is that the double Content-Type header is the reason for the error.

Marc

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


More information about the Koha-bugs mailing list