Skip to content
Snippets Groups Projects
Commit 605b94e6 authored by Olivier Dony's avatar Olivier Dony
Browse files

[FIX] point_of_sale: do not hide transactional errors

Catching and hiding database transactional errors can
sometimes cause a POS order to be entirely lost.

When it occurs, the transaction won't be committed
into the database, and if there is only one order
in the batch, the server won't return any error to
the frontend POS which will consider the order saved.
parent 38905d68
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment