mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 06:47:30 -05:00 
			
		
		
		
	Merge pull request #6769 from turbo124/v5-develop
Logging for auto bill
This commit is contained in:
		
						commit
						408176ac25
					
				@ -76,7 +76,6 @@ class AutoBillCron
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                                        nlog($auto_bill_invoices->count(). " full invoices to auto bill");
 | 
					                                        nlog($auto_bill_invoices->count(). " full invoices to auto bill");
 | 
				
			||||||
                                        
 | 
					                                        
 | 
				
			||||||
                                     
 | 
					 | 
				
			||||||
                                        $auto_bill_invoices->cursor()->each(function ($invoice){
 | 
					                                        $auto_bill_invoices->cursor()->each(function ($invoice){
 | 
				
			||||||
                                                AutoBill::dispatch($invoice, false);
 | 
					                                                AutoBill::dispatch($invoice, false);
 | 
				
			||||||
                                        });
 | 
					                                        });
 | 
				
			||||||
@ -120,7 +119,11 @@ class AutoBillCron
 | 
				
			|||||||
                                                AutoBill::dispatch($invoice, $db);
 | 
					                                                AutoBill::dispatch($invoice, $db);
 | 
				
			||||||
                                            });
 | 
					                                            });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            nlog("fine");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user