fixes broken offline templates
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jan 2008 17:00:26 +0000 (17:00 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 30 Jan 2008 17:00:26 +0000 (17:00 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_1@8536 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/circ/offline_checkin.js
Open-ILS/xul/staff_client/chrome/content/circ/offline_checkout.js
Open-ILS/xul/staff_client/chrome/content/circ/offline_in_house_use.js
Open-ILS/xul/staff_client/chrome/content/circ/offline_renew.js

index 1538eef..19b6d02 100644 (file)
@@ -112,7 +112,7 @@ function next_patron() {
                                        'line_item' : g.data.print_list_templates.offline_checkin.line_item,
                                        'footer' : g.data.print_list_templates.offline_checkin.footer,
                                        'type' : g.data.print_list_templates.offline_checkin.type,
-                                       'list' : g.list.dump(),
+                                       'list' : g.list.dump_with_keys(),
                                };
                                JSAN.use('util.print'); var print = new util.print();
                                print.tree_list( params );
index 1b7f59c..1350235 100644 (file)
@@ -268,7 +268,7 @@ function next_patron(cancel) {
                                        'line_item' : g.data.print_list_templates.offline_checkout.line_item,
                                        'footer' : g.data.print_list_templates.offline_checkout.footer,
                                        'type' : g.data.print_list_templates.offline_checkout.type,
-                                       'list' : g.list.dump(),
+                                       'list' : g.list.dump_with_keys(),
                                };
                                JSAN.use('util.print'); var print = new util.print();
                                print.tree_list( params );
index 01ab53b..273ef2a 100644 (file)
@@ -115,7 +115,7 @@ function next_patron() {
                                        'line_item' : g.data.print_list_templates.offline_inhouse_use.line_item,
                                        'footer' : g.data.print_list_templates.offline_inhouse_use.footer,
                                        'type' : g.data.print_list_templates.offline_inhouse_use.type,
-                                       'list' : g.list.dump(),
+                                       'list' : g.list.dump_with_keys(),
                                };
                                JSAN.use('util.print'); var print = new util.print();
                                print.tree_list( params );
index 1437a7e..9906bb1 100644 (file)
@@ -227,7 +227,7 @@ function next_patron(cancel) {
                                                        'line_item' : g.data.print_list_templates.offline_renew.line_item,
                                                        'footer' : g.data.print_list_templates.offline_renew.footer,
                                                        'type' : g.data.print_list_templates.offline_renew.type,
-                                                       'list' : g.list.dump(),
+                                                       'list' : g.list.dump_with_keys(),
                                                };
                                                JSAN.use('util.print'); var print = new util.print();
                                                print.tree_list( params );