diff --git a/lib/redux/purchase_order/purchase_order_middleware.dart b/lib/redux/purchase_order/purchase_order_middleware.dart index b186af07f..3ab9ef036 100644 --- a/lib/redux/purchase_order/purchase_order_middleware.dart +++ b/lib/redux/purchase_order/purchase_order_middleware.dart @@ -297,6 +297,7 @@ Middleware _convertPurchaseOrdersToExpense( EntityAction.convertToExpense) .then((purchaseOrders) { store.dispatch(ConvertPurchaseOrdersToExpensesSuccess(purchaseOrders)); + store.dispatch(RefreshData()); if (action.completer != null) { action.completer.complete(null); }