Skip to content

Commit 4e27b10

Browse files
Merge pull request #468 from OpenSPP/fix-create-wizard-field-alignment
Fixed 'Store Service Points to Entitlements' field alignment
2 parents 379e04a + a6beac5 commit 4e27b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_programs_sp/wizard/create_program_wizard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<field name="inherit_id" ref="g2p_programs.create_program_wizard_form_view" />
66
<field name="arch" type="xml">
77
<xpath expr="//group/field[@name='entitlement_kind']" position="after">
8-
<field name="store_sp_in_entitlements" colspan="4" />
8+
<field name="store_sp_in_entitlements" />
99
</xpath>
1010
</field>
1111
</record>

0 commit comments

Comments
 (0)