diff options
author | ivan <ivan> | 2004-03-23 00:06:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-23 00:06:55 +0000 |
commit | 73f34cbe08a9be968a2557cd6906dde5bb9a97a3 (patch) | |
tree | 89a66761fd957c2bdd38408273a6c52dcfdf9edc /httemplate/elements/small_custview.html | |
parent | cec266740d89b82ce9075954928c5b336d0ec18e (diff) |
one-time credit card and ACH payments (like self-service) closes: Bug#648
Diffstat (limited to 'httemplate/elements/small_custview.html')
-rw-r--r-- | httemplate/elements/small_custview.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/small_custview.html b/httemplate/elements/small_custview.html new file mode 100644 index 000000000..1e8ae739a --- /dev/null +++ b/httemplate/elements/small_custview.html @@ -0,0 +1,2 @@ +<% my $conf = new FS::Conf; %> +<%= small_custview( shift, shift || $conf->config('countrydefault') ) %> |