[Koha-bugs] [Bug 11573] change description of rental charges in account fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 27 13:10:45 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11573

--- Comment #31 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 47289
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47289
[SIGNED-OFF] Bug 11573 - Make fine display more consistent for rentals

Review of attachment 47289:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11573&attachment=47289)
-----------------------------------------------------------------

I am not sure I have understood what is expected.
I get:

Without the patch:
        Rental, Rental (my_title_99)            Rent    0       0       1.00   
1.00

        Rental, Renewal of Rental Item my_title_99 my_barcode_992 (my_title_99)
                Rent    0       0       1.00    1.00
With the patch:
        Rental, my_title_99 my_barcode_992 (my_title_99)                Rent   
0       0       1.00    1.00

        Rental, Renewal of Rental Item my_title_99 my_barcode_992 (my_title_99)

I still get the title displayed twice.

::: C4/Circulation.pm
@@ +3189,4 @@
>      my $dbh = C4::Context->dbh;
>      my $nextaccntno = getnextacctno( $borrowernumber );
>      my $manager_id = 0;
> +    my $item = GetBiblioFromItemNumber($itemnumber);

GetBiblioFromItemNumber returns a biblio, not an item.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list