Bug 23085 - tools/modborrowers.pl doesn't have branchcode as mandatory field
Summary: tools/modborrowers.pl doesn't have branchcode as mandatory field
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 07:51 UTC by Joonas Kylmälä
Modified: 2019-06-10 07:51 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Kylmälä 2019-06-10 07:51:36 UTC
In tools/modborrowers.pl branchcode is not mandatory field if it is not defined in BorrowerMandatoryField syspref. It missing causes errors in the tool. We could maybe circumvent this by always automatically adding branchcode to BorrowerMandatoryField syspref when user saves it, or with some other mechanism.