diff --git a/manager/bakery/bakery_stock_excel.php b/manager/bakery/bakery_stock_excel.php
index b27d579d8..9e6326fde 100644
--- a/manager/bakery/bakery_stock_excel.php
+++ b/manager/bakery/bakery_stock_excel.php
@@ -128,7 +128,6 @@ foreach ( $result as $row) {
$previous_stock = getPrevStock($searchDate, $row['barcode']);
?>
-<<<<<<< HEAD
| =$row['product_name']?> |
=$row['barcode']?> |
=number_format($previous_stock)?> |
@@ -142,21 +141,6 @@ foreach ( $result as $row) {
=number_format($row['menu_discount'])?> |
=number_format($row['payment_amount'])?> |
=number_format($row['current_stock'])?> |
-=======
- =$row['product_name']?> |
- =$row['barcode']?> |
- =number_format(getPrevStock($searchDate, $row['barcode']))?> |
- =number_format($row['production'])?> |
- =number_format($row['inhouse_use'])?> |
- =number_format($row['recycling'])?> |
- =number_format($row['disposal'])?> |
- =number_format($row['sales'])?> |
- =($row['sales'] != 0 && $row['sales_amount'] != 0) ? number_format($row['sales_amount']/$row['sales']) : 0 ?> |
- =number_format($row['sales_amount'])?> |
- =number_format($row['menu_discount'])?> |
- =number_format($row['payment_amount'])?> |
- =number_format($row['current_stock'])?> |
->>>>>>> manager