Skip to content

Commit

Permalink
ENGCOM-5414: [Backport] Removed editor from phone and zipcode #23614
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Jul 9, 2019
2 parents e9208d7 + 5929038 commit 524a54d
Showing 1 changed file with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,18 +157,12 @@
<column name="billing_telephone" sortOrder="60">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">Phone</label>
</settings>
</column>
<column name="billing_postcode" sortOrder="70">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">ZIP</label>
</settings>
</column>
Expand Down Expand Up @@ -269,59 +263,41 @@
<column name="billing_city" sortOrder="210">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">City</label>
<visible>false</visible>
</settings>
</column>
<column name="billing_fax" sortOrder="220">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">Fax</label>
<visible>false</visible>
</settings>
</column>
<column name="billing_vat_id" sortOrder="230">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">VAT Number</label>
<visible>false</visible>
</settings>
</column>
<column name="billing_company" sortOrder="240">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">Company</label>
<visible>false</visible>
</settings>
</column>
<column name="billing_firstname" sortOrder="250">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">Billing Firstname</label>
<visible>false</visible>
</settings>
</column>
<column name="billing_lastname" sortOrder="260">
<settings>
<filter>text</filter>
<editor>
<editorType>text</editorType>
</editor>
<label translate="true">Billing Lastname</label>
<visible>false</visible>
</settings>
Expand Down

0 comments on commit 524a54d

Please sign in to comment.