Bug 14570: Remove wrong parameter in add_guarantor call
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 12 Aug 2019 19:43:14 +0000 (16:43 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 20 Aug 2019 15:06:06 +0000 (16:06 +0100)
This patch just removes an unused parameter.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Agustin Moyano <agustinmoyano@theke.io>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

members/memberentry.pl

index fbf2866..fa5cbe4 100755 (executable)
@@ -920,7 +920,6 @@ sub add_guarantors {
 
         $patron->add_guarantor(
             {
-                guarantee_id => $patron->id,
                 guarantor_id => $guarantor_id,
                 relationship => $relationship,
             }