|
@@ -2680,7 +2680,7 @@ class ReceiptExtendController extends DooController {
|
|
|
|
|
|
Doo::loadModel ( 'L_category' );
|
|
|
$category = new L_category ();
|
|
|
- $sectionHtml=$sectionItemHtml='';
|
|
|
+ $sectionHtml=$sectionItemHtml='';$dataSummary=array();
|
|
|
if(!empty($cidIn)){
|
|
|
Doo::loadModel ( 'receiptDetail' );
|
|
|
$receiptDetail = new receiptDetail ();
|
|
@@ -2693,7 +2693,7 @@ class ReceiptExtendController extends DooController {
|
|
|
$list=$receiptDetail->getReceiptDetailByYear($cidIn,$year);
|
|
|
|
|
|
$cidArray=explode(',', $cidIn);
|
|
|
- $dataSummary=array();
|
|
|
+
|
|
|
foreach ($cidArray as $cak=>$cav){
|
|
|
$dataSummary[$cav]=array();
|
|
|
for($month=1;$month<=12;$month++){
|