diff --git a/app/Views/front/board/index.php b/app/Views/front/board/index.php
index 298a9df..be236f7 100644
--- a/app/Views/front/board/index.php
+++ b/app/Views/front/board/index.php
@@ -25,7 +25,7 @@
-
= getFieldIndex_Row_ProductHelper($field, $entity, $fieldFilters, $fieldFormOptions) ?> |
+ = getFieldIndex_Row_BoardHelper($field, $entity, $fieldFilters, $fieldFormOptions) ?> |
diff --git a/app/Views/front/order/index.php b/app/Views/front/order/index.php
index 4bcd759..9d6922b 100644
--- a/app/Views/front/order/index.php
+++ b/app/Views/front/order/index.php
@@ -22,7 +22,7 @@
= $total_count - (($page - 1) * $per_page + $i) ?>
- = getFieldIndex_Row_ProductHelper($field, $entity, $fieldFilters, $fieldFormOptions) ?> |
+ = getFieldIndex_Row_OrderHelper($field, $entity, $fieldFilters, $fieldFormOptions) ?> |
= $entity->getStatus() == DEFAULTS['STATUS'] ? anchor('ecommerce/cancelCart/' . $entity->getPrimaryKey(), ICONS['DELETE'], ["class" => "btn btn-sm btn-danger btn-circle", "target" => "_self"]) : "" ?>
|