[Bug 20755] New: Allow separate email configuration for acq emails
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Bug ID: 20755 Summary: Allow separate email configuration for acq emails Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org At the moment the emails in acuisistion (claims and orders) are sent with the email address of the librarian that triggers the sending. This is not practical in all cases for several reasons and it would be nicer if a general acquisition team email could be used. The development should allow to configure the email on library level with a from, replyto and returnpath address similar to the branchemail and it's options. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10994 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune@bulac.fr -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We do now use the branch email instead of the librarian's, but it would still be nice to have an option for configuring a separate Acq Team email address to be used. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michaela.sieber@kit.edu -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #2 from Michaela Sieber <michaela.sieber@kit.edu> --- We propose the following new sysprefs: 1.) AcquisitionsDefaultEMailAddress Use the from email address _____ when sending acquisitions order and claim notices. If left empty, it will fall back to the first defined address in the following list: Library email, KohaAdminEmailAddress. 2.) SerialsDefaultEMailAddress Use the from email address _____ when sending serial claim notices. If left empty, it will fall back to the first defined address in the following list: Library email, KohaAdminEmailAddress. 3.) AcquisitionsDefaultReplyTo Use the reply-to email address _____ when sending acquisitions order and claim notices. If left empty, it will fall back to the first defined address in the following list: library ReplyTo, Library email, ReplytoDefault, KohaAdminEmailAddress. 4.) SerialsDefaultReplyTo Use the reply-to email address _____ when sending serial claim notices. If left empty, it will fall back to the first defined address in the following list: library ReplyTo, Library email, ReplytoDefault, KohaAdminEmailAddress. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |clemens.tubach@kit.edu |ity.org | --- Comment #3 from Michaela Sieber <michaela.sieber@kit.edu> --- We will provide a path soon, hopefully ;-) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18853 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow separate email |Allow separate email |configuration for acq |configuration for acq and |emails |serial emails -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow separate email |Allow separate email |configuration for acq and |configuration for |serial emails |acquisition and serials | |emails -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|clemens.tubach@kit.edu |raphael.straub@kit.edu CC| |raphael.straub@kit.edu -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #4 from Raphael Straub <raphael.straub@kit.edu> --- Created attachment 157191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157191&action=edit Bug 20755: Add separate email configuration for acquisition and serial emails This patch allows every library to define the From and Reply-to email addresses for acquisition and serial emails (orders and claims) sent by Koha. Especially in large libraries with dedicated acquisition departments we need a way that vendors/booksellers can reply directly to the acquisition team and not to the library default email. The library email in the library configuration can then be used for circulation purposes only. 1) Apply patch, run database update 2) Make sure you have set up Koha to send up email (SMTP server, KohaAdminEmailAdress, etc.) 3) Make sure you have a vendor set up with a valid email address. 4) Check that you have four new system preferences: - AcquisitionsDefaultEMailAddress - SerialsDefaultEMailAddress - AcquisitionsDefaultReplyTo - SerialsDefaultReplyTo 5) Check that there is no change in behaviour if the four new system preferences are left empty: All acquisition and serial emails are sent from the library email (or KohaAdminEmailAddress if no library email is set) 6) Create an order with at least one order line. Send the order to your vendor by email. 7) Create an acquisition claim notice and send it to your vendor. 8) Create a subscription linked to your vendor and with at least one late issue. Claim the issue. 9) There should be no change in behaviour: emails should be sent from library email (or KohaAdminEmailAddress if nothing is set on library level) 10) Configure different email addresses for system preferences: - First email address: AcquisitionsDefaultEMailAddress, SerialsDefaultEMailAddress - Second email address: AcquisitionsDefaultReplyTo, SerialsDefaultReplyTo 11) Repeat steps 6-8 12) Verify that the library specific acquisition and serial email addresses are used as From and Reply-to. Sponsored-by: Karlsruhe Institute of Technology (KIT) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clemens.tubach@kit.edu -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mishravk79@gmail.com --- Comment #5 from Michaela Sieber <michaela.sieber@kit.edu> --- *** Bug 18853 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157191|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 157301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157301&action=edit Bug 20755: Add separate email configuration for acquisition and serial emails This patch allows every library to define the From and Reply-to email addresses for acquisition and serial emails (orders and claims) sent by Koha. Especially in large libraries with dedicated acquisition departments we need a way that vendors/booksellers can reply directly to the acquisition team and not to the library default email. The library email in the library configuration can then be used for circulation purposes only. 1) Apply patch, run database update 2) Make sure you have set up Koha to send up email (SMTP server, KohaAdminEmailAdress, etc.) 3) Make sure you have a vendor set up with a valid email address. 4) Check that you have four new system preferences: - AcquisitionsDefaultEMailAddress - SerialsDefaultEMailAddress - AcquisitionsDefaultReplyTo - SerialsDefaultReplyTo 5) Check that there is no change in behaviour if the four new system preferences are left empty: All acquisition and serial emails are sent from the library email (or KohaAdminEmailAddress if no library email is set) 6) Create an order with at least one order line. Send the order to your vendor by email. 7) Create an acquisition claim notice and send it to your vendor. 8) Create a subscription linked to your vendor and with at least one late issue. Claim the issue. 9) There should be no change in behaviour: emails should be sent from library email (or KohaAdminEmailAddress if nothing is set on library level) 10) Configure different email addresses for system preferences: - First email address: AcquisitionsDefaultEMailAddress, SerialsDefaultEMailAddress - Second email address: AcquisitionsDefaultReplyTo, SerialsDefaultReplyTo 11) Repeat steps 6-8 12) Verify that the library specific acquisition and serial email addresses are used as From and Reply-to. Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #7 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- All working great and no regressions found. Signing off. QA note.. we might want some regressions tests here just to ensure the feature isn't broken in a future refactor. Welcome to the team Raphael :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Working on this one and adding some unit tests. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157301|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 157747 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157747&action=edit Bug 20755: Add separate email configuration for acquisition and serial emails This patch allows every library to define the From and Reply-to email addresses for acquisition and serial emails (orders and claims) sent by Koha. Especially in large libraries with dedicated acquisition departments we need a way that vendors/booksellers can reply directly to the acquisition team and not to the library default email. The library email in the library configuration can then be used for circulation purposes only. 1) Apply patch, run database update 2) Make sure you have set up Koha to send up email (SMTP server, KohaAdminEmailAdress, etc.) 3) Make sure you have a vendor set up with a valid email address. 4) Check that you have four new system preferences: - AcquisitionsDefaultEMailAddress - SerialsDefaultEMailAddress - AcquisitionsDefaultReplyTo - SerialsDefaultReplyTo 5) Check that there is no change in behaviour if the four new system preferences are left empty: All acquisition and serial emails are sent from the library email (or KohaAdminEmailAddress if no library email is set) 6) Create an order with at least one order line. Send the order to your vendor by email. 7) Create an acquisition claim notice and send it to your vendor. 8) Create a subscription linked to your vendor and with at least one late issue. Claim the issue. 9) There should be no change in behaviour: emails should be sent from library email (or KohaAdminEmailAddress if nothing is set on library level) 10) Configure different email addresses for system preferences: - First email address: AcquisitionsDefaultEMailAddress, SerialsDefaultEMailAddress - Second email address: AcquisitionsDefaultReplyTo, SerialsDefaultReplyTo 11) Repeat steps 6-8 12) Verify that the library specific acquisition and serial email addresses are used as From and Reply-to. Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 157748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157748&action=edit Bug 20755: (QA follow-up) Add unit tests prove t/db_dependent/Letters.t Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 157749 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157749&action=edit Bug 20755: (QA follow-up) Fix capitalization in system preference description Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 157771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157771&action=edit Bug 20755: (QA follow-up) Add descriptions to system preferences Updates both the atomic update file and the sysprefs.sql with * explanations for each preference * type = "Free" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Patch doesn't apply CC| |tomascohen@gmail.com --- Comment #13 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Please rebase ASAP. Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157747|0 |1 is obsolete| | --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158235&action=edit Bug 20755: Add separate email configuration for acquisition and serial emails This patch allows every library to define the From and Reply-to email addresses for acquisition and serial emails (orders and claims) sent by Koha. Especially in large libraries with dedicated acquisition departments we need a way that vendors/booksellers can reply directly to the acquisition team and not to the library default email. The library email in the library configuration can then be used for circulation purposes only. 1) Apply patch, run database update 2) Make sure you have set up Koha to send up email (SMTP server, KohaAdminEmailAdress, etc.) 3) Make sure you have a vendor set up with a valid email address. 4) Check that you have four new system preferences: - AcquisitionsDefaultEMailAddress - SerialsDefaultEMailAddress - AcquisitionsDefaultReplyTo - SerialsDefaultReplyTo 5) Check that there is no change in behaviour if the four new system preferences are left empty: All acquisition and serial emails are sent from the library email (or KohaAdminEmailAddress if no library email is set) 6) Create an order with at least one order line. Send the order to your vendor by email. 7) Create an acquisition claim notice and send it to your vendor. 8) Create a subscription linked to your vendor and with at least one late issue. Claim the issue. 9) There should be no change in behaviour: emails should be sent from library email (or KohaAdminEmailAddress if nothing is set on library level) 10) Configure different email addresses for system preferences: - First email address: AcquisitionsDefaultEMailAddress, SerialsDefaultEMailAddress - Second email address: AcquisitionsDefaultReplyTo, SerialsDefaultReplyTo 11) Repeat steps 6-8 12) Verify that the library specific acquisition and serial email addresses are used as From and Reply-to. Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157748|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158236&action=edit Bug 20755: (QA follow-up) Add unit tests prove t/db_dependent/Letters.t Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157749|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158237&action=edit Bug 20755: (QA follow-up) Fix capitalization in system preference description Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157771|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158238&action=edit Bug 20755: (QA follow-up) Add descriptions to system preferences Updates both the atomic update file and the sysprefs.sql with * explanations for each preference * type = "Free" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Easy rebase: There was a new system preference 'SerialsSearchResultsLimit' right before the ones added here. The only conflict was in sysprefs.sql. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 --- Comment #19 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #20 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 23.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com --- Comment #21 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- Is it normal that the Serials system preferences are under Acquisitions preferences? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/757 Documentation| |Caroline Cyr La Rose contact| | Text to go in the| |This enhancement adds four release notes| |new system preferences: | |- | |AcquisitionsDefaultEMailAdd | |ress | |- | |AcquisitionsDefaultReplyTo | |- | |SerialsDefaultEMailAddress | |- SerialsDefaultReplyTo | | | |These are used to set | |specific emails to send and | |receive replies to | |acquisitions orders | |notices, late orders claims | |notices and late serial | |issues claims notices. Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds four |This enhancement adds four release notes|new system preferences: |new system preferences: |- |- |AcquisitionsDefaultEMailAdd |`AcquisitionsDefaultEMailAd |ress |dress` |- |- |AcquisitionsDefaultReplyTo |`AcquisitionsDefaultReplyTo |- |` |SerialsDefaultEMailAddress |- |- SerialsDefaultReplyTo |`SerialsDefaultEMailAddress | |` |These are used to set |- `SerialsDefaultReplyTo` |specific emails to send and | |receive replies to |These are used to set |acquisitions orders |specific emails to send and |notices, late orders claims |receive replies to |notices and late serial |acquisitions orders |issues claims notices. |notices, late orders claims | |notices and late serial | |issues claims notices. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement adds four |This enhancement adds four release notes|new system preferences: |new system preferences: |- |- |`AcquisitionsDefaultEMailAd |`AcquisitionsDefaultEMailAd |dress` |dress` |- |- |`AcquisitionsDefaultReplyTo |`AcquisitionsDefaultReplyTo |` |` |- |- |`SerialsDefaultEMailAddress |`SerialsDefaultEMailAddress |` |` |- `SerialsDefaultReplyTo` |- `SerialsDefaultReplyTo` | | |These are used to set |These are used to set |specific emails to send and |specific email addresses to |receive replies to |send and receive replies to |acquisitions orders |acquisitions orders |notices, late orders claims |notices, late orders claims |notices and late serial |notices and late serial |issues claims notices. |issues claims notices. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20755 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |35457 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35457 [Bug 35457] Move SerialsDefaultEMailAddress and SerialsDefaultReplyTo to serials preferences -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org