[Koha-bugs] [Bug 24603] Allow to cancel charges in patron accounting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 14:44:01 CET 2020


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

--- Comment #36 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Comment on attachment 113049
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113049
Bug 24603: (follow-up) Update to double entry accounting

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

::: Koha/Account/Line.pm
@@ +324,4 @@
>      }
>  
> +    # Check for mandatory parameters
> +    my @mandatory = ( 'staff_id', 'branch' );

Should not be "branch", but "branchcode" I'd say.

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


More information about the Koha-bugs mailing list