[open-ils-commits] r20031 - branches/rel_2_1/Open-ILS/web/js/ui/default/acq/common (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 8 15:28:37 EDT 2011
Author: erickson
Date: 2011-04-08 15:28:32 -0400 (Fri, 08 Apr 2011)
New Revision: 20031
Modified:
branches/rel_2_1/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
repaired bug in prepayment_required check. property -> method
Modified: branches/rel_2_1/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- branches/rel_2_1/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 19:27:51 UTC (rev 20030)
+++ branches/rel_2_1/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 19:28:32 UTC (rev 20031)
@@ -2417,7 +2417,7 @@
"onChange": function() {
if (this.item) {
self._updateCreatePoPrepayCheckbox(
- this.item.prepayment_required
+ this.item.prepayment_required()
);
}
}
More information about the open-ils-commits
mailing list