mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:18:33 -05:00 
			
		
		
		
	wip
This commit is contained in:
		
							parent
							
								
									1d48f55354
								
							
						
					
					
						commit
						eb0aed513f
					
				@ -367,7 +367,7 @@ trait MakesInvoiceValues
 | 
			
		||||
 | 
			
		||||
        $replacements = [
 | 
			
		||||
            'literal' => [
 | 
			
		||||
                ':MONTH' => now()->localeMonth,
 | 
			
		||||
                ':MONTH' => Carbon::createFromDate(now()->year, now()->month)->translatedFormat('F'),
 | 
			
		||||
                ':YEAR' => now()->year,
 | 
			
		||||
                ':QUARTER' => 'Q' . now()->quarter,
 | 
			
		||||
            ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user