AjayTripathy 6 лет назад
Родитель
Сommit
286ed3d7bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      costmodel/router.go

+ 1 - 1
costmodel/router.go

@@ -442,7 +442,7 @@ func (a *Accesses) AggregateCostModel(w http.ResponseWriter, r *http.Request, ps
 	}
 
 	// if custom pricing has changed, then clear the cache and recompute data
-	if a.CustomPricingHasChanged() {
+	if A.CustomPricingHasChanged() {
 		clearCache = true
 	}