Bug 40012 - Standard form missing publisher for journal articles
Summary: Standard form missing publisher for journal articles
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: ILL (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-28 09:29 UTC by Pedro Amorim
Modified: 2025-05-28 17:25 UTC (History)
2 users (show)

See Also:
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 (2.81 KB, patch)
2025-05-28 09:32 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 40012: Add publisher input to Standard form (2.86 KB, patch)
2025-05-28 17:25 UTC, Roman Dolny
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>