nullentry -> nullledgertxn
This commit is contained in:
		
							parent
							
								
									2c989522da
								
							
						
					
					
						commit
						2edd2da7b8
					
				@ -22,7 +22,8 @@ instance Show ModifierTransaction where
 | 
				
			|||||||
instance Show PeriodicTransaction where 
 | 
					instance Show PeriodicTransaction where 
 | 
				
			||||||
    show t = "~ " ++ (ptperiodicexpr t) ++ "\n" ++ unlines (map show (ptpostings t))
 | 
					    show t = "~ " ++ (ptperiodicexpr t) ++ "\n" ++ unlines (map show (ptpostings t))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nullentry = LedgerTransaction {
 | 
					nullledgertxn :: LedgerTransaction
 | 
				
			||||||
 | 
					nullledgertxn = LedgerTransaction {
 | 
				
			||||||
              ltdate=parsedate "1900/1/1", 
 | 
					              ltdate=parsedate "1900/1/1", 
 | 
				
			||||||
              ltstatus=False, 
 | 
					              ltstatus=False, 
 | 
				
			||||||
              ltcode="", 
 | 
					              ltcode="", 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user