[open-ils-commits] r20032 - branches/rel_2_0/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:29:21 EDT 2011
Author: erickson
Date: 2011-04-08 15:29:16 -0400 (Fri, 08 Apr 2011)
New Revision: 20032
Modified:
branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
repaired bug in prepayment_required check. property -> method
Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 19:28:32 UTC (rev 20031)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 19:29:16 UTC (rev 20032)
@@ -2415,7 +2415,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