From b22bacdbe3907c482d1176db56b3b5087cf22d7e Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 22 Feb 2010 21:57:41 +0000 Subject: [PATCH] Learn from our migration mistakes; we need MARC templates and a custom call number git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@791 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/patch_conifer.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/patch_conifer.sh b/tools/patch_conifer.sh index cb3701fe2b..c9077fd502 100644 --- a/tools/patch_conifer.sh +++ b/tools/patch_conifer.sh @@ -100,10 +100,12 @@ copy_opac_skins() } # We need the Canuck patch in place. Save us, Canuck patch! +# This also gives us Arial 12 bold call numbers. w00t. copy_xul() { cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/cat/* "$INSTALL_DIR"/var/web/xul/server/cat/. cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/patron/* "$INSTALL_DIR"/var/web/xul/server/patron/. + cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/xul/server/skin/* "$INSTALL_DIR"/var/web/xul/server/skin/. } # Update our circ rules @@ -120,6 +122,12 @@ copy_circ_rules() done } +# Bring our custom templates for MARC editor and such into play +copy_templates() +{ + cp "$LOCAL_EXPORT_DIR"/"$BRANCH"/templates/marc/* "$INSTALL_DIR"/var/templates/marc/. +} + # Corresponding with some configuration changes, we also have to customize some Perl modules # And similarly, we might want to only trigger these manually copy_perl_modules() -- 2.11.0