caipin vor 5 Jahren
Ursprung
Commit
15ca0fc9cc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 ();