Skip to content

Commit

Permalink
Merge pull request #151 from shinichi-takahashi/beta0
Browse files Browse the repository at this point in the history
商品規格管理:ポイント付与率を追加
  • Loading branch information
Shinichi Takahashi committed May 1, 2015
2 parents 0ac6ecc + 404a09f commit c68acee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Eccube/View/Admin/Product/product_class.twig
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
{% if app.config.option_product_tax_rule %}
<th>消費税率(%)<span class="attention">*</span></th>
{% endif %}
<th>ポイント付与率<span class="attention">*</span></th>
<th>商品種別<span class="attention">*</span></th>
<th>ダウンロード<br />ファイル名<span class="red"><br />上限{{ app.config.stext_len }}文字</span></th>
<th>ダウンロード商品用<br />ファイル</th>
Expand Down Expand Up @@ -204,6 +205,10 @@
{# form_errors(product_class_form. tax_rate) #}
</td>
{% endif %}
<td class="center">
{{ form_widget(product_class_form. point_rate) }}
{{ form_errors(product_class_form. point_rate) }}
</td>
<td class="class-product-type">
{{ form_widget(product_class_form. product_type) }}
{{ form_errors(product_class_form. product_type) }}
Expand Down

0 comments on commit c68acee

Please sign in to comment.