mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix currency issue
This commit is contained in:
		| @ -181,7 +181,7 @@ | ||||
|         <template #cell-amount="{ row }"> | ||||
|           <BaseFormatMoney | ||||
|             :amount="row.data.amount" | ||||
|             :currency="companyStore.selectedCompanyCurrency" | ||||
|             :currency="row.data.currency" | ||||
|           /> | ||||
|         </template> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user