summaryrefslogtreecommitdiff
path: root/scripts/customer.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-06 20:08:57 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-12-06 20:08:57 +0000
commit54f827658f696a0cf3209b19d432a624f1f6b02b (patch)
tree3ef916dd96794f938509674af74e1fa89b711a6c /scripts/customer.pl
parentf09e568a681b8fb0b9755b1c3e452ee8801766ac (diff)
Adding customization hooks to scripts/* files
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1954 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/customer.pl')
-rw-r--r--scripts/customer.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/customer.pl b/scripts/customer.pl
index ab9a6919..1834da7a 100644
--- a/scripts/customer.pl
+++ b/scripts/customer.pl
@@ -210,4 +210,5 @@ sub save_notes {
_render_main_screen($customer);
}
+eval { do "scripts/custom/customer.pl"};
1;