summaryrefslogtreecommitdiff
path: root/scripts/customer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/customer.pl')
-rw-r--r--scripts/customer.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/customer.pl b/scripts/customer.pl
index dfef02cd..c684c7e6 100644
--- a/scripts/customer.pl
+++ b/scripts/customer.pl
@@ -51,6 +51,18 @@ sub get {
}
+=pod
+
+=over
+
+=item add
+
+This method creates a blank screen for entering a customer's information.
+
+=back
+
+=cut
+
sub add {
my ($request) = @_;
my $customer = LedgerSMB::DBObject::Customer->new(base => $request, copy => 'all');