caipin 5 lat temu
rodzic
commit
15ca0fc9cc
1 zmienionych plików z 1 dodań i 1 usunięć
  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 ();