소스 검색

Merge branch 'dev'

master
부모
커밋
4460587109
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/ReportController.php

+ 1
- 1
backend/controllers/ReportController.php 파일 보기

@@ -153,7 +153,7 @@ class ReportController extends BackendController
'quantity' => $line['quantity'],
'total' => $total,
] ;
$totalGlobal += $total ;
$totalGlobal += $line['total'] ;
}
}

Loading…
취소
저장