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

            Bug ID: 38515
           Summary: Generate next serial deletes the notes from the
                    expected serial and ignores preference
                    PreserveSerialNotes in the new serial
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Serials
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If a serial with the status Expected has notes and you click the "Generate
next" button, the serial status will change to Late and the notes will be gone.
If the system preference PreserveSerialNotes is activated, it won't have any
effect, as the new serial won't keep the notes from the previous serial.

This is cause by the call to the function ModSerialStatus at
serials-collection.pl inside operation cud-gennext, that passes "" where the
notes should go. This means that field will be deleted in the current serial
with status 1 (Expected) and won't be copied to the new serial.

-- 
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/

Reply via email to