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

Dobrica Pavlinusic <dpav...@rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dpav...@rot13.org
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #228 from Dobrica Pavlinusic <dpav...@rot13.org> ---
I'm afraid that this patch broke AddRenewal which now calculates wrong duedate
because of:

-        $datedue =  CalcDateDue($datedue, $itemtype,
_GetCircControlBranch($item_unblessed, $patron_unblessed), $patron_unblessed,
'is a renewal');
+        $datedue =  CalcDateDue($datedue, $itemtype, $circ_library,
$patron_unblessed, 'is a renewal');


This will pass $circ_library object instead of branch name so $duedate will be
calculated wrongly.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to