Bug 40012

Summary: Standard form missing publisher for journal articles
Product: Koha Reporter: Pedro Amorim <pedro.amorim>
Component: ILLAssignee: Pedro Amorim <pedro.amorim>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: pedro.amorim, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 40012: Add publisher input to Standard form
Bug 40012: Add publisher input to Standard form

Description Pedro Amorim 2025-05-28 09:29:33 UTC

    
Comment 1 Pedro Amorim 2025-05-28 09:32:47 UTC
Created attachment 182812 [details] [review]
Bug 40012: Add publisher input to Standard form

Test plan:
1) Enable ILLModule and apply patch
2) Visit OPAC and Staff UI create forms:
  <opac_url>/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
  <staff_ui>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard
3) Notice the 'publisher' input is now presented
4) Add a new request with some value in 'publisher'
5) Confirm 'publisher' is saved correctly
Comment 2 Roman Dolny 2025-05-28 17:25:05 UTC
Created attachment 182830 [details] [review]
Bug 40012: Add publisher input to Standard form

Test plan:
1) Enable ILLModule and apply patch
2) Visit OPAC and Staff UI create forms:
  <opac_url>/cgi-bin/koha/opac-illrequests.pl?method=create&backend=Standard
  <staff_ui>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard
3) Notice the 'publisher' input is now presented
4) Add a new request with some value in 'publisher'
5) Confirm 'publisher' is saved correctly

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>