Bug 18501: set the is_refunded flag as internal var
[koha-equinox.git] / Koha / Item.pm
index 5e03e51..74f09ab 100644 (file)
@@ -871,6 +871,7 @@ sub _set_found_trigger {
         );
 
         $credit->apply( { debits => [$accountline] } );
+        $self->{_refunded} = 1;
     }
 
     # Update the account status