Skip to content

Commit 33c17bf

Browse files
Merge pull request #470 from OpenSPP/fix-create-sp-button-not-showing
Fixed Create SP User button not showing
2 parents faa3010 + 9cd408b commit 33c17bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_service_points/views/service_points_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class="oe_stat_button"
2929
icon="fa-address-card-o"
3030
name="create_user"
31-
invisible="not is_disabled or not res_partner_company_id"
31+
invisible="is_disabled or not res_partner_company_id"
3232
>
3333
<div class="o_form_field o_stat_info">
3434
<span class="o_stat_text">Create SP User</span>

0 commit comments

Comments
 (0)