필요없는 부분 주석처리
This commit is contained in:
@ -427,7 +427,7 @@ function getBakeryInvenSummaryData($date, $ord_by = "b.product_name ASC") {
|
||||
$result = sql_fetch($query);
|
||||
|
||||
// previous_stock 추가
|
||||
$result['total_previous_stock'] = $total_previous_stock;
|
||||
// $result['total_previous_stock'] = $total_previous_stock;
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user