invoiced or bill date filter is fixed
This commit is contained in:
		@@ -174,7 +174,10 @@ return [
 | 
			
		||||
            'document_number' => ['searchable' => true],
 | 
			
		||||
            'order_number' => ['searchable' => true],
 | 
			
		||||
            'status',
 | 
			
		||||
            'issued_at' => ['date' => true],
 | 
			
		||||
            'issued_at' => [
 | 
			
		||||
                'key' => '/^(invoiced_at|billed_at)$/',
 | 
			
		||||
                'date' => true,
 | 
			
		||||
            ],
 | 
			
		||||
            'due_at' => ['date' => true],
 | 
			
		||||
            'amount',
 | 
			
		||||
            'currency_code' => [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user