Koha/koha-tmpl/intranet-tmpl/prog/en
Stéphane Delaune a8b168dc63 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>
2012-09-15 07:31:58 +02:00
..
css Bug 8339 - div id="login" should be id="login_controls" in header.inc 2012-09-13 18:35:58 +02:00
includes Bug 8428 - can't save contracts 2012-09-14 17:30:44 +02:00
js Bug 8629: update of statistics fields on fund selection in order creation/edition 2012-09-14 16:57:02 +02:00
lib Bug 8644 [staff client] jQueryUI CSS file should not contain customizations 2012-09-13 10:45:27 +02:00
modules Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
xslt Bug 7417: Include see from references in bibliographic searches 2012-09-13 14:19:28 +02:00
columns.def Bug 5482 [Follow up] Translation problem in guided reports - Item field names 2012-03-22 11:16:27 +01:00