Skip to content

Commit faa3010

Browse files
Merge pull request #469 from OpenSPP/fix-inkind-entitlement-tree-view
fix column invisible of service point
2 parents 4e27b10 + 1be0afb commit faa3010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_programs_sp/views/entitlements_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
4545
<field name="service_point_ids" widget="many2many_tags" />
4646
</xpath>
4747
<xpath expr="//field[@name='service_point_id']" position="attributes">
48-
<attribute name="invisible">True</attribute>
48+
<attribute name="column_invisible">1</attribute>
4949
</xpath>
5050
</field>
5151
</record>

0 commit comments

Comments
 (0)