Browse Source

change location of authorize_decimal field in product edit form TG-49

SiM 5 years ago
parent
commit
1e2a999b2f
1 changed files with 7 additions and 7 deletions
  1. 7 7
      apps/admin/modules/kataoProduct/templates/editSuccess.php

+ 7 - 7
apps/admin/modules/kataoProduct/templates/editSuccess.php

@@ -64,6 +64,13 @@
 		  <?php echo $form['min_order_number']->renderError() ?>
         </td>
       </tr>
+      <tr valign="top">
+        <th align="left"><?php echo $form['authorize_decimal']->renderLabel() ?></th>
+        <td>
+          <?php echo $form['authorize_decimal'] ?>
+      <?php echo $form['authorize_decimal']->renderError() ?>
+        </td>
+      </tr>
       <tr valign="top">
         <th align="left"><?php echo $form['delivery_delay']->renderLabel() ?></th>
         <td>
@@ -127,13 +134,6 @@
         </td>
       </tr>
   <?php endif ?>
-      <tr valign="top">
-        <th align="left"><?php echo $form['authorize_decimal']->renderLabel() ?></th>
-        <td>
-          <?php echo $form['authorize_decimal'] ?>
-      <?php echo $form['authorize_decimal']->renderError() ?>
-        </td>
-      </tr>
       <tr valign="top">
 	  	<td colspan="2" align="left"><br /><u>Monnaie complémentaire</u></td>
 	  </tr>