Pman.Tab.XtupleCreditMemos.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 08:58:53 +0000 (16:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 08:58:53 +0000 (16:58 +0800)
Pman.Tab.XtupleCreditMemos.js

Pman.Tab.XtupleCreditMemos.bjs
Pman.Tab.XtupleCreditMemos.js

index 79de794..d829ab1 100644 (file)
                                         {
                                             "*prop": "store",
                                             "xtype": "SimpleStore",
-                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"] \n]\n",
+                                            "|data": "[ \n    [ 'NOTCLOSED', \"Not Closed\"],\n    [ 'CLOSED' , \"Closed\"],\n    [ 'UNPOSTED', \"Unposted only\"] ,\n    [ 'UNUSED', \"Posted and not used\"] ,\n    [ 'VOIDED', \"Voided\"],\n    [ 'NOTVOIDED', \"Not Voided\"]\n]\n",
                                             "|fields": "[  'ftype', 'fname']",
                                             "|xns": "Roo.data"
                                         }
index 7854935..5706f76 100644 (file)
@@ -442,7 +442,8 @@ Pman.Tab.XtupleCreditMemos = new Roo.XComponent({
                                     [ 'CLOSED' , "Closed"],
                                     [ 'UNPOSTED', "Unposted only"] ,
                                     [ 'UNUSED', "Posted and not used"] ,
-                                    [ 'VOIDED', "Voided"] 
+                                    [ 'VOIDED', "Voided"],
+                                    [ 'NOTVOIDED', "Not Voided"]
                                 ],
                                 fields : [  'ftype', 'fname']
                             }