LP2002920 Batch updater not updating circ mod user/tlittle/LP2002920_Batchupdater_circmod
authorTiffany Little <tlittle@georgialibraries.org>
Sun, 15 Jan 2023 21:44:52 +0000 (16:44 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Sun, 15 Jan 2023 21:44:52 +0000 (16:44 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/acq/lineitem/batch-update-copies-dialog.component.ts

index 0ca7575..49c8fa8 100644 (file)
@@ -81,7 +81,7 @@ export class BatchUpdateCopiesDialogComponent extends DialogComponent {
             changes['fund'] = this.templateCopy.fund();
         }
         if (this.templateCopy.circ_modifier()) {
-            changes['circ_modifier'] = this.templateCopy.owning_lib();
+            changes['circ_modifier'] = this.templateCopy.circ_modifier();
         }
         return changes;
     }