mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 07:33:21 -05:00
Split: remove Debit variable
This commit is contained in:
parent
434d9c297e
commit
79ad47971e
@ -21,7 +21,6 @@ type Split struct {
|
||||
Number string // Check or reference number
|
||||
Memo string
|
||||
Amount string // String representation of decimal, suitable for passing to big.Rat.SetString()
|
||||
Debit bool
|
||||
}
|
||||
|
||||
func GetBigAmount(amt string) (*big.Rat, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user