repaired bug in prepayment_required check. property -> method
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Apr 2011 19:29:16 +0000 (19:29 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 8 Apr 2011 19:29:16 +0000 (19:29 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20032 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/ui/default/acq/common/li_table.js

index 70a2332..1798310 100644 (file)
@@ -2415,7 +2415,7 @@ function AcqLiTable() {
                     "onChange": function() {
                         if (this.item) {
                             self._updateCreatePoPrepayCheckbox(
-                                this.item.prepayment_required
+                                this.item.prepayment_required()
                             );
                         }
                     }