2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/societe/ajax
MDW 614d802117 Fix getting $id for Object from post
# Fix getting $id for Object from post

$id was assigned `GETPOSTINT() || GETPOSTINT()` which is a boolean while
the objective is to assigne the best id.
This fixes that.
2024-03-16 22:03:56 +01:00
..