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

Fixed #233 - refresh search after edititing payment

parent 05af702e
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ public class SearchController extends BaseController implements Styleable
if(cell.getItem().getCategoryID() != 2)
{
controller.getPaymentController().payment(!cell.getItem().isIncome(), true, cell.getItem());
search();
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment