Koha/koha-tmpl/intranet-tmpl/prog/en/modules/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.tt Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
deletemem.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
files.tt Bug 8130 [FOLLOW-UP] attach PDF files to a patron record 2012-07-23 18:05:58 +02:00
guarantor_search.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
mancredit.tt Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
maninvoice.tt Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
member-flags.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
member-password.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
member.tt Bug 8514 Restore Patron Name Display Order 2012-09-05 15:04:52 +02:00
memberentrygen.tt fix bug 7068 - autobarcode not working when duplicating patrons 2012-09-13 18:23:21 +02:00
moremember-brief.tt Bug 7760 - Add ids and classes to every staff page to help with customization (patrons) 2012-03-22 18:12:30 +01:00
moremember-print.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
moremember-receipt.tt Bug 7982: [SIGNED-OFF] Typo in moremember-receipt.tt 2012-05-14 15:29:38 +02:00
moremember.tt Bug 8431 follow-up : |html_line_break in 2 tempates 2012-09-13 11:22:58 +02:00
notices.tt Bug 7760 - Add ids and classes to every staff page to help with customization (patrons) 2012-03-22 18:12:30 +01:00
pay.tt Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
paycollect.tt Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
printfeercpt.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
printinvoice.tt Bug 2780 - Capitalize strings consistently (members) 2012-04-10 10:04:09 +02:00
readingrec.tt Bug 8017 reduce manipulation of GetAllIssues return 2012-09-13 18:51:45 +02:00
routing-lists.tt Bug 7839 follow-up fixing HTML4 coding guideline error 2012-08-02 12:06:05 +02:00
search.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
statistics.tt Bug 8319: Update headings on Patron Statistics tab 2012-06-28 14:09:10 +02:00
update-child.tt Bug 7760 - Add ids and classes to every staff page to help with customization (patrons) 2012-03-22 18:12:30 +01:00