Skip to content

Commit 117b7eb

Browse files
Adolfo Rodríguezkfischer
Adolfo Rodríguez
authored andcommitted
Bug 38515: Keep serial notes when generating next serial.
This patch prevents the loss of notes in serials when generating next serial Test plan: 1 Create a subscription, fill the notes field for the serial with Expected status and activate the system preference PreserveSerialNotes 2 Click Generate next 3 Check that the notes from the now Late serial are gone and that the new serial doesn't have notes. 4 Apply patch, restart services 5 Edit the serial with Expected status to fill the notes field. 6 Click Generate next 7 Check that the notes from the now Late serial are kepts and that they have been copied to the new serial. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
1 parent 92c6516 commit 117b7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serials/serials-collection.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
my $planneddate = $date_received_today ? dt_from_string : $issue->{planneddate};
7272
ModSerialStatus( $issue->{serialid}, $issue->{serialseq},
7373
$planneddate, $issue->{publisheddate},
74-
$issue->{publisheddatetext}, $status, "", $count_forward );
74+
$issue->{publisheddatetext}, $status, $issue->{notes}, $count_forward );
7575
} else {
7676
require C4::Serials::Numberpattern;
7777
my $subscription = GetSubscription($subscriptionid);

0 commit comments

Comments
 (0)