Browse Source

[FIX] introducing company value raised a bug. we need to retrieve the

value from is_comapny instead of company
pull/1/head
houssine 6 years ago
parent
commit
0ea9e37bb6
  1. 2
      easy_my_coop/view/subscription_template.xml

2
easy_my_coop/view/subscription_template.xml

@ -276,7 +276,7 @@
Logged
</label>
<label>
<input type="checkbox" t-att-value="company" checked="checked" name="is_company" />
<input type="checkbox" t-att-value="is_company" checked="checked" name="is_company" />
Is a company?
</label>
</div>

Loading…
Cancel
Save