Skip to content

Commit

Permalink
OBPIH-6460 Error message when go back to create page and try to go to…
Browse files Browse the repository at this point in the history
… add page again (#4684)
  • Loading branch information
alannadolny committed Jun 24, 2024
1 parent 023d3f5 commit d3fe383
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class StockMovementApiController {
StockMovement stockMovement = stockMovementService.getStockMovement(params.id)
bindStockMovement(stockMovement, request.JSON)
stockMovementService.updateStockMovement(stockMovement)
forward(action: "read")
redirect(action: "read", params: params)
}

/**
Expand Down

0 comments on commit d3fe383

Please sign in to comment.