Merge branch 'master' of https://github.com/syntax24/OriginalGozareshgir
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
@{
|
||||
string clientVersion = _0_Framework.Application.Version.StyleVersion;
|
||||
var currentAccount = AuthHelper.CurrentAccountInfo();
|
||||
long workshopId = currentAccount.WorkshopList.First(x => x.Slug == currentAccount.WorkshopSlug).Id;
|
||||
int countWorkFlow = 0;/* await WorkFlowApplication.GetCountAllWorkFlows(workshopId); */
|
||||
var viewData = new ViewDataDictionary(new EmptyModelMetadataProvider(), new ModelStateDictionary()) { { "countWorkFlow", countWorkFlow } };
|
||||
}
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
@{
|
||||
var currentAccount = AuthHelper.CurrentAccountInfo();
|
||||
var statementInfo = ContractingPartyApp.GetContractingpartyIdByAccountId(currentAccount.Id);
|
||||
long workshopId = currentAccount.WorkshopList.First(x => x.Slug == currentAccount.WorkshopSlug).Id;
|
||||
}
|
||||
|
||||
<!-- Menu Navigation -->
|
||||
|
||||
Reference in New Issue
Block a user