From 69b4b407b10c45564494e2223dd2a8251f17f9bd Mon Sep 17 00:00:00 2001 From: Rodolfo Zitellini Date: Wed, 12 Jun 2024 14:26:35 +0200 Subject: [PATCH] Add a paper trail event fot the 856 fix --- housekeeping/correct/83_fix_person_856.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/housekeeping/correct/83_fix_person_856.rb b/housekeeping/correct/83_fix_person_856.rb index 75075d112..c13b560d9 100644 --- a/housekeeping/correct/83_fix_person_856.rb +++ b/housekeeping/correct/83_fix_person_856.rb @@ -15,6 +15,7 @@ end end + s.paper_trail_event = "Migrate 856 $y to $z" if mod s.save if mod count +=1 if mod end