Koha/koha-tmpl/intranet-tmpl/prog/en/modules
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
..
acqui Bug 8629: update of statistics fields on fund selection in order creation/edition 2012-09-14 16:57:02 +02:00
admin Bug 8428 - can't save contracts 2012-09-14 17:30:44 +02:00
authorities Bug 8071: link between bib and authorities with the authid 2012-09-14 13:29:14 +02:00
basket Bug 7940 - Placing a hold on a single item from the staff cart causes errors 2012-04-12 17:58:49 +02:00
batch
catalogue Bug 8646 - prevent the highlighter from going infinite loop 2012-08-31 23:34:28 +02:00
cataloguing Bug 8550: restore ISSN field to Z39.50 search 2012-09-05 15:53:46 +02:00
circ Bug 8677 - table overlapping to the right on holds waiting 2012-09-13 18:27:04 +02:00
errors
help Bug 7368 - General staff client typo omnibus 2012-06-25 17:59:29 +02:00
installer
labels Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
members Bug 7671 : add a real primary key accountlines_id in accountlines 2012-09-15 07:31:58 +02:00
offline_circ bug 6372: moved background-job.inc to background-job-progressbar.js 2012-05-07 23:00:34 +02:00
patroncards Bug 5184 - Upgrade jQuery to the latest version (staff client) 2012-05-11 11:05:19 +02:00
reports Bug 2553 [Serials report] alphabetize dropdown menus 2012-09-04 18:28:59 +02:00
reserve Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
reviews Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
rotating_collections Bug 2780 - Capitalize strings consistently (reserve, review, rotating collections) 2012-04-10 10:04:13 +02:00
serials Bug 8428 - can't save contracts 2012-09-14 17:30:44 +02:00
services Bug 8637: Lack of control on mandatory in orderreveive.tt 2012-08-31 13:48:52 +02:00
sms Bug 2780 - Capitalize strings consistently - various 2012-04-10 10:04:16 +02:00
suggestion Bug 8440: Dates does not appear in suggestions management 2012-09-03 17:52:18 +02:00
tags Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
test bug 6372: moved background-job.inc to background-job-progressbar.js 2012-05-07 23:00:34 +02:00
tools Bug 7986: Export issues for patron 2012-09-13 17:58:30 +02:00
virtualshelves Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
z3950 Bug 2780 - Capitalize strings consistently - various 2012-04-10 10:04:16 +02:00
about.tt Bug 8641 - Add information warning about log-in as root user to About->System information 2012-09-13 18:56:31 +02:00
auth.tt Bug 2780 - Capitalize strings consistently (home, about, login) 2012-04-10 11:10:02 +02:00
intranet-main.tt Bug 8593 - Follow-up - Add unique IDs to pending approval markup on staff client home page 2012-08-31 23:40:53 +02:00