mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 22:13:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export const payments = (state) => state.payments
 | 
						|
export const selectedPayments = (state) => state.selectedPayments
 | 
						|
export const selectAllField = (state) => state.selectAllField
 | 
						|
export const totalPayments = (state) => state.totalPayments
 | 
						|
export const paymentModes = (state) => state.paymentModes
 |