[Koha-patches] [PATCH v3 8/9] bug 2503: moving offline circulation db generator to misc/cronjobs directory

Andrew Moore andrew.moore at liblime.com
Wed Aug 20 18:21:51 CEST 2008


This script generates a sqlite database of patron and holdings data for the offline circulation tool.
It's a cronjob, so it should go into misc/cronjobs
---
 misc/{ => cronjobs}/create_koc_db.pl |    0 
 1 files changed, 0 insertions(+), 0 deletions(-)
 rename misc/{ => cronjobs}/create_koc_db.pl (100%)

diff --git a/misc/create_koc_db.pl b/misc/cronjobs/create_koc_db.pl
similarity index 100%
rename from misc/create_koc_db.pl
rename to misc/cronjobs/create_koc_db.pl
-- 
1.5.6




More information about the Koha-patches mailing list