Skip to content

Commit

Permalink
Merge pull request #22 from BoulangerV/M1-16-Recherche_Felder_Ratepay…
Browse files Browse the repository at this point in the history
…_Config

M1-16: Remove unnecessary config fields
  • Loading branch information
BoulangerV committed Jul 2, 2020
2 parents 3ae8163 + 9cd5c68 commit 2d26e9c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/code/community/RatePAY/Ratepaypayment/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
<comment>Adminhtml-Help-ALA</comment>
</delivery_address>

<rate_invoice translate="label">
<!--<rate_invoice translate="label">
<label>Invoice Allowed</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
Expand All @@ -849,7 +849,7 @@
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Adminhtml-Help-Invoice-Allowed</comment>
</rate_invoice>
</rate_invoice>-->

<payment_fee translate="label">
<label>Payment Fee</label>
Expand Down Expand Up @@ -1097,7 +1097,7 @@
<comment>Adminhtml-Help-ALA</comment>
</delivery_address>

<rate_invoice translate="label">
<!--<rate_invoice translate="label">
<label>Invoice Allowed</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
Expand All @@ -1106,7 +1106,7 @@
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Adminhtml-Help-Invoice-Allowed</comment>
</rate_invoice>
</rate_invoice>-->

<payment_fee translate="label">
<label>Payment Fee</label>
Expand Down Expand Up @@ -1962,7 +1962,7 @@
<comment>Adminhtml-Help-ALA</comment>
</delivery_address>

<rate_invoice translate="label">
<!--<rate_invoice translate="label">
<label>Invoice Allowed</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
Expand All @@ -1971,7 +1971,7 @@
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Adminhtml-Help-Invoice-Allowed</comment>
</rate_invoice>
</rate_invoice>-->

<payment_fee translate="label">
<label>Payment Fee</label>
Expand All @@ -1992,15 +1992,15 @@
<show_in_store>1</show_in_store>
</sort_order>

<dynamic_due>
<!--<dynamic_due>
<label>Enable dynamic due</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>170</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</dynamic_due>
</dynamic_due>-->

<!--<bankdata_saving>
<label>Save bank data</label>
Expand Down Expand Up @@ -2219,7 +2219,7 @@
<comment>Adminhtml-Help-ALA</comment>
</delivery_address>

<rate_invoice translate="label">
<!--<rate_invoice translate="label">
<label>Invoice Allowed</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
Expand All @@ -2228,7 +2228,7 @@
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>Adminhtml-Help-Invoice-Allowed</comment>
</rate_invoice>
</rate_invoice>-->

<payment_fee translate="label">
<label>Payment Fee</label>
Expand All @@ -2249,15 +2249,15 @@
<show_in_store>1</show_in_store>
</sort_order>

<dynamic_due>
<!--<dynamic_due>
<label>Enable dynamic due</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>170</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</dynamic_due>
</dynamic_due>-->

<!--<bankdata_saving>
<label>Save bank data</label>
Expand Down

0 comments on commit 2d26e9c

Please sign in to comment.