caipin пре 5 година
родитељ
комит
15ca0fc9cc
1 измењених фајлова са 1 додато и 1 уклоњено
  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 ();