From: ivan Date: Thu, 14 Aug 2008 11:44:56 +0000 (+0000) Subject: customer import: add progress bar & redirect to a search of the imported customers... X-Git-Tag: freeside_1_7_4rc1~219 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b4544738ea893d0e2504d36bc1cd3d0bd369b31e;p=freeside.git customer import: add progress bar & redirect to a search of the imported customers, #3475 --- diff --git a/Makefile b/Makefile index 2adebb1ad..890ee0d2b 100644 --- a/Makefile +++ b/Makefile @@ -192,6 +192,7 @@ perl-modules: " blib/lib/FS.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ + s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ " blib/lib/FS/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\