Skip to content

Commit

Permalink
Add papertrail log
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Jun 6, 2023
1 parent e2724f5 commit 667a018
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions housekeeping/correct/73_dup_7x0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def duplicate_7x0(marc, tag_nr, model)

if f or f2
file.puts("Source\t#{s.id}")
s.paper_trail_event = "Split 700/710"
s.save
end

Expand All @@ -114,6 +115,7 @@ def duplicate_7x0(marc, tag_nr, model)

if f or f2
file.puts("Holding\t#{s.id}")
s.paper_trail_event = "Split 700/710"
s.save
end

Expand Down

0 comments on commit 667a018

Please sign in to comment.