[Koha-bugs] [Bug 32302] "ISBN" label shows when no ISBN data present when sending list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 1 01:06:29 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32302

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This fixes email messages
      release notes|                            |sent when sending lists so
                   |                            |that if there are no ISBNs
                   |                            |for a record, an empty
                   |                            |label is not shown.
                 CC|                            |david at davidnind.com

--- Comment #7 from David Nind <david at davidnind.com> ---
Hi David.

I added a follow-up for lists sent from the staff interface, as they were doing
exactly the same thing - I didn't read the test plan correctly, and wondered
why it wasn't working from the staff interface.

Hope you don't mind!

David

Testing notes using KTD (koha-testing-docker):

1. Created a list from the search results for 'perl' (11 results, 2 don't have
ISBNs, some results have multiple ISBNs).

2. To setup KTD to send email using a Google account:
   2.1 Edit your /etc/koha/sites/kohadev/koha-conf.xml file
   2.2 Add this configuration near the end:
      . <user_name> = your Google email address
      . <password> = an APP password that you need to create in your Google
account, not your Google account password

  <smtp_server>
    <host>smtp.gmail.com</host>
    <port>587</port>
    <timeout>5</timeout>
    <ssl_mode>STARTTLS</ssl_mode>
    <user_name>GOOGLEACCOUNTUSER</user_name>
    <password>GOOGLEAPPPASSWORD</password>
    <debug>1</debug>
  </smtp_server>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list