caipin 5 éve
szülő
commit
15ca0fc9cc
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      protected/controller/ReceiptExtendController.php

+ 1 - 1
protected/controller/ReceiptExtendController.php

@@ -60,7 +60,7 @@ class ReceiptExtendController extends DooController {
 		$XDeode = new XDeode ( 5 );
 		$sid = $XDeode->decode ( $_COOKIE ["staff"] );
 		// 单独判断公司汇总的访问权限
-		if ($action == 'companyCategoryCollect'||$action='receiptSummaryStatisticsByAgency') {
+		if ($action == 'companyCategoryCollect') {
 			Doo::loadModel ( "receiptAuthorityManage" );
 			$invoiceCompanyManage = new receiptAuthorityManage ();