https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24603 --- Comment #36 from Jonathan Druart <jonathan.druart@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.