diff options
author | ivan <ivan> | 2008-11-09 08:51:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-11-09 08:51:01 +0000 |
commit | 54d73dfad0b27edd10ec7c917a96c88d45ad6789 (patch) | |
tree | 6d73e3f3caf2cfe975b29806a8524dc300faf9dc /Makefile | |
parent | fb548ac8da2cc0b87b7b3dcd7172097d930c6f4a (diff) |
move batch customer import to its own file; add svc_external_svc_phone export format, RT#4103
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -199,6 +199,9 @@ perl-modules: s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\ " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ + s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ + " blib/lib/FS/cust_main/*.pm;\ + perl -p -i -e "\ s|%%%FREESIDE_CONF%%%|${FREESIDE_CONF}|g;\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ s|%%%FREESIDE_LOCK%%%|${FREESIDE_LOCK}|g;\ |