---- Reported by cmurdock@ccfls.org 2010-01-06 19:37:19 ---- It would be useful to have the ability to make patron attribute types mandatory. ---- Additional Comments From kyle.m.hall@gmail.com 2010-03-02 14:00:05 ---- Created an attachment This patch adds the ability to make a patron attribute type mandatory. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:22 UTC --- This bug was previously known as _bug_ 4030 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4030 Imported an attachment (id=1790) Actual time not defined. Setting to 0.0 Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. The original submitter of attachment 1790 [details] [review] is unknown. Reassigning to the person who moved it here: chris@bigballofwax.co.nz.
Needs a new patch, this contains HTML::Template::Pro templates
This looks like it would be useful to pick up again. Is there a problem with it besides the template issue?
*** Bug 4418 has been marked as a duplicate of this bug. ***
*** Bug 20288 has been marked as a duplicate of this bug. ***
I looked at the patch, I think it's a lot more complicated than it needs to be. Right now, Each of the borrower attribute select statements generated by memberentrygen.tt looks like this: <select id="patron_attr_1" name="patron_attr_1" class="noEnterSubmit"> ... The id for the second is patron_attr_2, etc. If we change this to use values from borrower_attribute_types.category_code as the ID, I believe that we can then simply use these category codes in BorrowerMandatoryField.
Poking this old bug again. It is currently *possible* to make patron attributes mandatory by referring to them as patron_attr_1, patron_attr_2, etc, but those labels are relative to their position when listed on memberentry, so the numbers change when attributes are added or removed, requiring an adjustment to BorrowerMandatoryField. This is workable but clunky and requires extra work. If possible, I'd support the suggestion of marking BorrowerMandatoryField use the codes for each attribute.
*** Bug 13366 has been marked as a duplicate of this bug. ***
Our customers often require patron attributes to be mandatory so +1 for enhancing the borrowermandatoryfield system preference.
+1
Good news here! This is implemented, but a little hidden in a patch I just tested: Bug 22844 - Simplify the process of selecting database columns for system preferences *** This bug has been marked as a duplicate of bug 22844 ***