dump_with_keys test... looks like one column in the first row isn't getting filled...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jun 2006 03:17:49 +0000 (03:17 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 16 Jun 2006 03:17:49 +0000 (03:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@4647 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/bill_history.xul

index 283bd02..bb0b81d 100644 (file)
                                        'line_item' : g.data.print_list_templates[template].line_item,
                                        'footer' : g.data.print_list_templates[template].footer,
                                        'type' : g.data.print_list_templates[template].type,
-                                       'list' : g.bill_list.dump(),
+                                       'list' : g.bill_list.dump_with_keys(),
                                };
                                JSAN.use('util.print'); var print = new util.print();
                                print.tree_list( params );