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