From: Owen Leonard
This patch creates a new system preference, OpacRightSidebar, in
which the librarian can add HTML which will appear on the OPAC
main page under the login form. If the user is logged in the content
will appear in place of the login form.
Signed-off-by: Martin Renvoize
---
C4/
From: christophe croullebois
Try to delete cookies and paste the url to opac-topissues.pl.
Without the patch we have a Software error.
Signed-off-by: Martin Renvoize
---
opac/opac-topissues.pl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opac/opac-topissues.pl b/op
From: Owen Leonard
Adding title, heading, and breadcrumbs for "duplicate a budget"
operation. Also:
- adding cancel link for duplicate and edit
- correcting the CSS so that the "edit" menu button
is styled like an edit button.
operations.
Signed-off-by: Martin Renvoize
---
.../intranet
Add C4/SIP to perlcritic tests. Fix those issues that were
generating perlcritic errors
---
C4/SIP/ILS/Item.pm | 25 +
C4/SIP/ILS/Patron.pm | 9 ++---
C4/SIP/ILS/Transaction/Checkout.pm | 3 +--
C4/SIP/ILS/Transaction/Hold.pm | 3 +--
---
.../prog/en/modules/catalogue/detail.tt|2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
index c92a891..cd203c6 100644
--- a/koha-tmpl/
From: Kyle M Hall
This bug is caused by the subroutine C4::Circulation::LostItem
not passing the privacy parameter when calling
C4::Circulation::MarkIssueReturned.
This issue is actually anonymized when the item is marked as lost,
not when the item is checked in.
Note, even if the issue is anon
From: Stéphane Delaune
Signed-off-by: Stéphane Delaune
---
C4/Accounts.pm | 114 ++--
C4/Circulation.pm | 16 ++--
installer/data/mysql/kohastructure.sql |2 +
installer/data/mysql/updatedata
Most units require or tolerate CRLF as the terminator
Using only \r causes many including 3M units to signal errors
due to delay this resets CRLF to be default but adds a single
constant variable and explanation so that if you have a
"strictly conforming" unit (the 'Baby' is the only I have encount