[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
Mon Aug 6 10:23:39 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10343|0                           |1
        is obsolete|                            |

--- Comment #19 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 11374
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11374&action=edit
Bug 7671 : add a real primary key accountlinesid in accountlines

Signed-off-by: Stéphane Delaune <stephane.delaune at biblibre.com>
Signed-off-by: Marc Veron <veron at veron.ch>

NOTE: After applying the patch I got following errors in members/pay.pl:
Global symbol "$writeoff_sth" requires explicit package name
Global symbol "$add_writeoff_sth" requires explicit package name

Added to lines at the begin of members/pay.pl:
our $writeoff_sth;
our $add_writeoff_sth;

Now the patch worked as expected.

However I am not quite sure if signing off is OK in this situation.

Marc

Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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


More information about the Koha-bugs mailing list