Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
if (this.record.id) { // Editing an existing record
- const method = 'open-ils.cat.biblio.record.marc.replace';
+ const method = 'open-ils.cat.biblio.record.xml.update';
return this.net.request('open-ils.cat', method,
this.auth.token(), this.record.id, xml, sourceName
if ($scope.recordId) {
var method = $scope.record_type === 'bre' ?
- 'open-ils.cat.biblio.record.marc.replace' :
+ 'open-ils.cat.biblio.record.xml.update' :
'open-ils.cat.authority.record.overlay';
promise = egCore.net.request(