Commit 3d88b350 authored by Aurel's avatar Aurel

we need to define login/password

parent d74b545d
function ClearRoadBillingPeriodRegistration() { function ClearRoadBillingPeriodRegistration() {
if (!(this instanceof ClearRoadBillingPeriodRegistration)) { if (!(this instanceof ClearRoadBillingPeriodRegistration)) {
return new ClearRoadBillingPeriodRegistration(); return new ClearRoadBillingPeriodRegistration();
...@@ -38,7 +40,9 @@ function ClearRoadBillingPeriodRegistration() { ...@@ -38,7 +40,9 @@ function ClearRoadBillingPeriodRegistration() {
sub_storage: { sub_storage: {
type: "erp5", type: "erp5",
url: "https://softinst69465.host.vifib.net/erp5/web_site_module/hateoas", url: "https://softinst69465.host.vifib.net/erp5/web_site_module/hateoas",
default_view_reference: "jio_view" default_view_reference: "jio_view",
login: "testam",
password: "testam",
} }
} }
}); });
......
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