[open-ils-commits] r20030 - trunk/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:27:56 EDT 2011
Author: erickson
Date: 2011-04-08 15:27:51 -0400 (Fri, 08 Apr 2011)
New Revision: 20030
Modified:
trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
repaired bug in prepayment_required check. property -> method
Modified: trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 18:23:33 UTC (rev 20029)
+++ trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js 2011-04-08 19:27:51 UTC (rev 20030)
@@ -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