This will result in no different behaviour than before,
but adding the rtype parameter won't hurt, either.
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@17440
dcc99617-32d9-48b4-a31d-
7c20da2025e4
dojo.require('openils.PermaCrud');
win.xulG = {
- "record": {"marc": rec.marc()},
+ "record": {"marc": rec.marc(), "rtype": "sre"},
"save": {
"label": opac_strings.SAVE_MFHD_LABEL,
"func": function(xmlString) {
dojo.require('openils.PermaCrud');
win.xulG = {
- "record": {"marc": rec.marc()},
+ "record": {"marc": rec.marc(), "rtype": "sre"},
"save": {
"label": opac_strings.SAVE_MFHD_LABEL,
"func": function(xmlString) {