fix: 레거시 코드 수정
- instock/list_stock.php 수정 - lib/mydb.php 수정 - output/list_document.php 수정
This commit is contained in:
@@ -55,7 +55,7 @@ if ($fromdate === "" || $fromdate === null || $todate === "" || $todate === null
|
||||
|
||||
$SettingDate = "inspection_date"; // 정렬 기준 날짜
|
||||
|
||||
$order = " ORDER BY prodcode ASC, inspection_date DESC ";
|
||||
$order = " ORDER BY prodcode ASC ";
|
||||
|
||||
// 재고 계산을 위한 SQL 쿼리
|
||||
// 입고량과 사용량을 계산하여 재고를 구함
|
||||
|
||||
Reference in New Issue
Block a user