From: Bill Erickson Date: Fri, 18 Oct 2019 17:47:17 +0000 (-0400) Subject: LP1848778 Use consistent MARC breaker delimiter X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Flp1848778-marc-html-flat-text-compat;p=working%2FEvergreen.git LP1848778 Use consistent MARC breaker delimiter Use the '$' delimiter in the read-only MARC breaker view for consistencty with the flat text MARC editor to easy copy/paste from one to the other. Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/services/record.js b/Open-ILS/web/js/ui/default/staff/cat/services/record.js index 9c881373e3..c099e4dd67 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/services/record.js +++ b/Open-ILS/web/js/ui/default/staff/cat/services/record.js @@ -95,6 +95,9 @@ angular.module('egCoreMod') ['$scope','egCore', function($scope , egCore) { + // Match the MARC flat-text editor + MARC21.Record.delimiter = '$'; + function loadRecordBreaker() { var xml; if ($scope.marcXml) {