Bug 7671 : add a real primary key accountlines_id in accountlines
authorStéphane Delaune <stephane.delaune@biblibre.com>
Fri, 9 Mar 2012 09:39:30 +0000 (10:39 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 15 Sep 2012 05:31:58 +0000 (07:31 +0200)
commita8b168dc63df9d60e8e562f368f8bdbec520ffd8
treed958b0609a972919b9c95fff28fb1b1daab74536
parent2c5b11620e5703810d94009eb992033231a40941
Bug 7671 : add a real primary key accountlines_id in accountlines

Signed-off-by: Stéphane Delaune <stephane.delaune@biblibre.com>
Signed-off-by: Marc Veron <veron@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@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Accounts.pm
C4/Circulation.pm
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt
members/boraccount.pl
members/pay.pl
members/paycollect.pl
members/printinvoice.pl