mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:37:33 -05:00 
			
		
		
		
	Fixes for triggered actions
This commit is contained in:
		
							parent
							
								
									9ee001f399
								
							
						
					
					
						commit
						88b41b70d5
					
				@ -37,7 +37,7 @@ class TriggeredActions extends AbstractService
 | 
				
			|||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if ($this->request->has('auto_bill') && $this->request->input('auto_bill') == 'true') {
 | 
					        if ($this->request->has('auto_bill') && $this->request->input('auto_bill') == 'true') {
 | 
				
			||||||
            $this->invoice = $this->invoice->service()->autoBill();
 | 
					            $this->invoice->service()->autoBill();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if ($this->request->has('paid') && $this->request->input('paid') == 'true') {
 | 
					        if ($this->request->has('paid') && $this->request->input('paid') == 'true') {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user