Skip to content

Commit a52b9e1

Browse files
Merge pull request #486 from OpenSPP/485-remove-unnecessary-columns-on-in-kind-entitlement-transactions
hide amount charged and value remaining in in-kind transactions
2 parents 33d0ffe + 28221cf commit a52b9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spp_ent_trans/views/inkind_transactions_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<field name="quantity" />
2424
<field name="uom_id" options="{'no_open':true,'no_create':true}" optional="hide" />
2525
<field name="currency_id" options="{'no_open':true,'no_create':true}" optional="hide" />
26-
<field name="amount_charged_by_service_point" />
27-
<field name="value_remaining" />
26+
<field name="amount_charged_by_service_point" column_invisible="1" />
27+
<field name="value_remaining" column_invisible="1" />
2828
</tree>
2929
</field>
3030
</record>

0 commit comments

Comments
 (0)