[Koha-patches] [PATCH] Bug 8761 Dont inadvertantly use slices

2012-09-11 Thread Colin Campbell
Assignment to a single element slice is better written as a scalar - This generates a compile time warning as it can lead to odd behaviour see perldiag for details This corrects some cases which were added in a recent commit --- C4/Circulation.pm | 8 1 file changed, 4 insertions(+), 4

[Koha-patches] [PATCH] Bug 7143: Adding Kathryn Tyree to the history and About page.

2012-09-11 Thread Melia Meggs
--- docs/history.txt |3 ++- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/history.txt b/docs/history.txt index 4a58f9d..eb06f03 100644 --- a/docs/history.txt +++

[Koha-patches] [PATCH] bug_8034: Restored network printer maintenance and selection

2012-09-11 Thread Srdjan
This patch is just for restoring printer maintenance and selection, not for priting itself. It is just a preparation step. * Added UsePrintQueues syspref. If set to No, no printer info will be displayed/used * Database changes: - printers table PRIMARY KEY is now printqueue. It is more natural.