https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39057
--- Comment #3 from Pedro Amorim <[email protected]> --- (In reply to Mathieu Saby from comment #2) > Thank you for the explanation. > > So if I read you well, currently if we want to add new fields systematically > visible in request forms, and visible for staff in the monitoring table, the > solution would be to write a specific back end? There are different options. Writing a specific backend may be overkill just to have different additional fields in the form. What backend are we referring to here? If it's the Standard backend currently in core, you can: 1) Have a patch to add new static fields in core Standard, if these are common fields that are currently missing. 2) Use jQuery to add static field inputs to the form. These will then be submitted and added as any other illrequestattribute when the form is submitted. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
