[Koha-bugs] [Bug 11056] dead code in basketgroup.pl : remove code depending on "validate" param

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 20 23:44:48 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11056

mathieu saby <mathieu.saby at univ-rennes2.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23642|0                           |1
        is obsolete|                            |

--- Comment #4 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Created attachment 23741
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23741&action=edit
[PATCH] Bug 11056 : Delete dead code in basketgroup.pl


In basketgroup.pl, some code is supposed to be executed if $op = "validate".
But this value is no more assigned to $op variable since 2009.

This patch suppressed dead code, along with parseinputbaskets and
parseinputbasketgroups subs, which are obsolete.
No functional changes expected

Regression test :
Check basketgroup are shown as before the patch, and can be closed and reopen.
Check you can add or remove a basket from a basketgroup, and change
informations about it (like delivery place)
Check you can create a basketgroup when you close a basket.

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


More information about the Koha-bugs mailing list