From: erickson Date: Fri, 8 Apr 2011 19:27:51 +0000 (+0000) Subject: repaired bug in prepayment_required check. property -> method X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=db10f65fd0a95d3deca48b53ef83283003948534 repaired bug in prepayment_required check. property -> method git-svn-id: svn://svn.open-ils.org/ILS/trunk@20030 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 044335e..15679ba 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 @@ -2417,7 +2417,7 @@ function AcqLiTable() { "onChange": function() { if (this.item) { self._updateCreatePoPrepayCheckbox( - this.item.prepayment_required + this.item.prepayment_required() ); } }