Commit 921e01f8 authored by eicom's avatar eicom

- EICOM changes

parent c85bae64
......@@ -47,7 +47,7 @@ namespace eval im_ubl {
}
ad_proc -private export_all_invoices2 { } {
Schedule procedure to export all new invoices to a directory.
Schedule procedure to export all new invoices to a directory.
"New" is determined by the ubl_exported_p flag in the table im_costs.
} {
set export_path [parameter::get_from_package_key -package_key "intranet-ubl" -parameter "UblExportPathUnix" -default "/web/projop/filestorage/ubl"]
......@@ -91,8 +91,9 @@ namespace eval im_ubl {
where cost_id = :invoice_id
"
}
incr files_exported
incr files_exported
}
return $files_exported
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment