different "boolean" value.. need to make a wrapper
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Jul 2006 14:18:47 +0000 (14:18 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 18 Jul 2006 14:18:47 +0000 (14:18 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5058 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/util.js

index 06dc029..3ad8f3f 100644 (file)
@@ -108,7 +108,7 @@ patron.util.mb_columns = function(modify,params) {
                },
                {
                        'persist' : 'hidden width', 'id' : 'voided', 'label' : 'Voided', 'flex' : 1,
-                       'primary' : false, 'hidden' : false, 'render' : 'my.mb.voided() ? "Yes" : "No"'
+                       'primary' : false, 'hidden' : false, 'render' : 'my.mb.voided() == "t" ? "Yes" : "No"'
                },
                {
                        'persist' : 'hidden width', 'id' : 'voider', 'label' : 'Voider', 'flex' : 1,