LP2002920: Angular acq batch updater now updates the circ modifier
authorTiffany Little <tlittle@georgialibraries.org>
Sun, 15 Jan 2023 21:44:52 +0000 (16:44 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 1 Mar 2023 16:06:43 +0000 (11:06 -0500)
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Christine Morgan <cmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.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;
     }