Skip to content
Snippets Groups Projects
Commit 3decdf15 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#96 - fixed: save new tags overwrite old ones for repeating payments

parent 8381e088
Branches
Tags
1 merge request!213merge v1_6_0 into master
...@@ -448,6 +448,7 @@ public class NewPaymentController extends BaseController implements Styleable ...@@ -448,6 +448,7 @@ public class NewPaymentController extends BaseController implements Styleable
} }
int id = connection.addRepeatingPayment(newPayment); int id = connection.addRepeatingPayment(newPayment);
finalPayment = newPayment; finalPayment = newPayment;
previousTags = new ArrayList<>();
finalPayment.setID(id); finalPayment.setID(id);
} }
catch(Exception e) catch(Exception e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment