| 
					
				 | 
			
			
				@@ -527,7 +527,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         regExp = new RegExp(FindText, 'g');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return this.replace(regExp, RepText);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    const readOnly = <%- stage.readOnly || stage.revising || (!stage.assist || !!stage.assist.confirm) %>;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    const readOnly = <%- stage.readOnly || stage.revising || !!stage.assist || (!!stage.assist && !stage.assist.confirm) %>;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const ledgerSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ledgerSpreadSetting.localCache = {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         key: 'stage-bills',
 
			 |