From: Lebbeous Fogle-Weekley Date: Tue, 2 Jul 2013 19:27:39 +0000 (-0400) Subject: Acq: Honor new dist forumula fields in old method of applying formulae X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=baca6d363a0f4d08b07379dd3595baff2cb1b714;p=evergreen%2Fequinox.git 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 --- 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,