Koha/members
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
..
boraccount.pl Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
default_messageprefs.pl
deletemem.pl
files.pl Bug 8598 - No patron image or home library on Files & Statistics tabs 2012-09-13 18:12:17 +02:00
guarantor_search.pl
mancredit.pl
maninvoice.pl
member-flags.pl
member-password.pl
member-picupload.pl Bug 6679 :[SIGNED-OFF] members dir now passes perlcritic tests 2012-04-10 13:44:53 +02:00
member.pl Bug 6679 :[SIGNED-OFF] members dir now passes perlcritic tests 2012-04-10 13:44:53 +02:00
memberentry.pl fix bug 7068 - autobarcode not working when duplicating patrons 2012-09-13 18:23:21 +02:00
members-home.pl
moremember.pl Bug 8590 - checked out from missing on patron detail 2012-08-29 18:37:54 +02:00
notices.pl
patronimage.pl
pay.pl Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
paycollect.pl Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
printfeercpt.pl
printinvoice.pl Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
printslip.pl Bug 7563 - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference 2012-07-06 18:23:39 +02:00
readingrec.pl Bug 8017 reduce manipulation of GetAllIssues return 2012-09-13 18:51:45 +02:00
routing-lists.pl Bug 7839 [ENH] : Add tab in patron record to show patron's routing lists 2012-08-02 11:26:43 +02:00
setdebar.pl
setstatus.pl
statistics.pl Bug 8598 - No patron image or home library on Files & Statistics tabs 2012-09-13 18:12:17 +02:00
update-child.pl