fix: client => customer

This commit is contained in:
jblemee
2018-12-12 17:07:55 +01:00
parent ccdea21ece
commit b8bbe2bd0d
4 changed files with 11 additions and 11 deletions

View File

@ -2,9 +2,9 @@ h1 Edit project
//- sib-display(data-fields="name" bind-resources)]
.form-view
sib-form(
range-client=`${sdn}/clients/`,
range-customer=`${sdn}/customers/`,
range-team=`${sdn}/members/`,
data-fields=`name, phone, client, description, team, jabberRoom, foaf:jabberID`,
data-fields=`name, phone, customer, description, team, jabberRoom, foaf:jabberID`,
widget-jabberRoom='sib-form-checkbox',
widget-description='sib-form-textarea',
widget-team='hdapp-link-more',