From baca6d363a0f4d08b07379dd3595baff2cb1b714 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 2 Jul 2013 15:27:39 -0400 Subject: [PATCH] Acq: Honor new dist forumula fields in old method of applying formulae The batch updater came with new fields on distribution formulae, but we didn't teach the pre-existing code for applying formulae from the lineitem copies interface to apply values from the new fields. Reported by Jennifer Pringle in Launchpad bug report #1195521. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index 068f3518fd..2efadf726f 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -74,7 +74,7 @@ function AcqLiTable() { this.liNotesRow = this.liNotesTbody.removeChild(dojo.byId('acq-lit-notes-row')); this.realCopiesTbody = dojo.byId('acq-lit-real-copies-tbody'); this.realCopiesRow = this.realCopiesTbody.removeChild(dojo.byId('acq-lit-real-copies-row')); - this._copy_fields_for_acqdf = ['owning_lib', 'location']; + this._copy_fields_for_acqdf = ['owning_lib', 'location', 'fund', 'circ_modifier', 'collection_code']; this.skipInitialEligibilityCheck = false; this.claimDialog = new ClaimDialogManager( liClaimDialog, finalClaimDialog, this.claimEligibleLidByLi, -- 2.43.2