Bugzilla – Attachment 81354 Details for
Bug 13098
Item lost multiple times by the same patron will create only be charged once
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13098: Fix POD for Koha::Account::Offsets::total
Bug-13098-Fix-POD-for-KohaAccountOffsetstotal.patch (text/plain), 870 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-10-27 11:36:02 UTC
(
hide
)
Description:
Bug 13098: Fix POD for Koha::Account::Offsets::total
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-10-27 11:36:02 UTC
Size:
870 bytes
patch
obsolete
>From fa7c2bf49bb455c0a7f84b8e083b3bf693e4598f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Sat, 27 Oct 2018 08:34:39 -0300 >Subject: [PATCH] Bug 13098: Fix POD for Koha::Account::Offsets::total > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Account/Offsets.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/Koha/Account/Offsets.pm b/Koha/Account/Offsets.pm >index bcc5a6486b..9b18a61eae 100644 >--- a/Koha/Account/Offsets.pm >+++ b/Koha/Account/Offsets.pm >@@ -35,6 +35,12 @@ Account offsets track the changes made to the balance of account lines > > =head2 Class methods > >+ my $offsets = Koha::Account::Offsets->search({ ... }); >+ my $total = $offsets->total; >+ >+Returns the sum of the amounts of the account offsets resultset. If the resultset is >+empty it returns 0. >+ > =head3 total > > =cut >-- >2.19.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13098
:
80507
|
80678
|
80862
|
80863
|
80864
|
81105
|
81106
|
81107
|
81194
|
81195
|
81354
|
81538
|
81539
|
81540
|
81541
|
81542
|
81543