Skip to content

Commit 28221cf

Browse files
committed
pre-commit fix
1 parent 2874bb1 commit 28221cf

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" column_invisible="1"/>
27-
<field name="value_remaining" column_invisible="1"/>
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)