summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cli/sample.lsmb')
-rw-r--r--utils/cli/sample.lsmb7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/cli/sample.lsmb b/utils/cli/sample.lsmb
index 6344c89f..9e544b4e 100644
--- a/utils/cli/sample.lsmb
+++ b/utils/cli/sample.lsmb
@@ -2,5 +2,8 @@ ENV:PGUSER = postgres # how to set an environment variable
login = demo # How to set a form variable
password = demo
LOGIN # Log in
-MODULE AR # Load a module
-CALL AR::transactions(form, user) # call a function
+MODULE LedgerSMB::CT # Load a module
+id = 10139
+vc = customer
+db = customer
+CALL CT->create_links(user, form) # call a function