Reset the MARC View, Holdings Maintenance, and View Holds interfaces on save in the...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jul 2008 00:34:09 +0000 (00:34 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 14 Jul 2008 00:34:09 +0000 (00:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@10023 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/cat/opac.xul

index 90d3407..313da2b 100644 (file)
                                                'func' : function (new_marcxml) {
                                                        try {
                                                                var r = g.network.simple_request('MARC_XML_RECORD_UPDATE', [ ses(), docid, new_marcxml ]);
+                                marc_view_reset = true;
+                                copy_browser_reset = true;
+                                hold_browser_reset = true;
                                                                if (typeof r.ilsevent != 'undefined') {
                                                                        throw(r);
                                                                } else {