diff options
-rwxr-xr-x | menu.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ use LedgerSMB::Session; eval { require "ledger-smb.conf"; }; +# for custom preprocessing logic +eval { require "custom.pl"; }; + $form = new Form; |
index : ledger-smb | ||
Unnamed repository; edit this file to name it for gitweb. | Jonas Smedegaard |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | menu.pl | 3 |
@@ -64,6 +64,9 @@ use LedgerSMB::Session; eval { require "ledger-smb.conf"; }; +# for custom preprocessing logic +eval { require "custom.pl"; }; + $form = new Form; |