mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	date formatting issue fix
This commit is contained in:
		| @ -185,6 +185,10 @@ | ||||
|           /> | ||||
|         </template> | ||||
|  | ||||
|         <template #cell-expense_date="{ row }"> | ||||
|           {{ row.data.formatted_expense_date }} | ||||
|         </template> | ||||
|  | ||||
|         <template #cell-user_name="{ row }"> | ||||
|           <BaseText | ||||
|             :text="row.data.customer ? row.data.customer.name : '-'" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user