fix expenses and incomes
This commit is contained in:
@@ -53,10 +53,6 @@ public class Income implements IMoneyTransaction {
|
|||||||
return category.getEffectiveName();
|
return category.getEffectiveName();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setUserId(User user) {
|
|
||||||
this.user = user;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setAmount(int amount) {
|
public void setAmount(int amount) {
|
||||||
this.amount = amount;
|
this.amount = amount;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user