From e1ef45b9f61b96d39fdc490b43ad005b95f11a1c Mon Sep 17 00:00:00 2001 From: KWON Date: Wed, 24 Sep 2025 16:44:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=91=EC=85=80=EB=B3=80=ED=99=98=20?= =?UTF-8?q?=EC=8B=9C=20=ED=95=A9=EA=B3=84=20=EA=B3=84=EC=82=B0=EC=9D=B4=20?= =?UTF-8?q?=EC=A0=95=EC=83=81=EC=A0=81=EC=9C=BC=EB=A1=9C=20=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/bakery/bakery_stock_excel.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manager/bakery/bakery_stock_excel.php b/manager/bakery/bakery_stock_excel.php index 70777b085..cce406857 100644 --- a/manager/bakery/bakery_stock_excel.php +++ b/manager/bakery/bakery_stock_excel.php @@ -45,11 +45,12 @@ $t_prev_stock = $t_production = $t_inhouse_use = $t_recycling = $t_disposal = $t // 데이터 출력 foreach ( $result as $row) { + $previous_stock = getPrevStock($searchDate, $row['barcode']); ?> - + @@ -64,7 +65,7 @@ foreach ( $result as $row) {