Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extrafields not working on dolibarr V19 #28375

Open
Jdondia opened this issue Feb 23, 2024 · 2 comments
Open

Extrafields not working on dolibarr V19 #28375

Jdondia opened this issue Feb 23, 2024 · 2 comments
Labels
Bug This is a bug (something does not work as expected)

Comments

@Jdondia
Copy link

Jdondia commented Feb 23, 2024

Bug

Bonjour,
J’ai un souci depuis la mise à jour en V19, les formules de calcule dans les champs extrafield semble ne plus reconnaitre les opérateurs de comparaison (>, <, == ).
Aucune formule ayant un opérateur ne fonctionne.
Si on utilise l’opérateur « < », il y a une erreur qui est générer :
« L’attribut a une valeur incorrecte. for Frais administratifs (Differend)(1500500-21004000008680is not ‹ price ›) »
(Frais administratifs (Differend) est le noms du champs personalisé).
Un simple test à partir d’une formule :
( ( ( 1500 < 500 ) ) ? ( ($objectoffield->array_options[‹ options_prixfraismediationdifferend ›] * 2 ) / 100 ) + 400000 ) : 8680)

Quelqu’un a -t il une idée ?

Merci d’avance.

Environment Version

V19

Environment OS

Linux Centos

Environment Web server

Apache 2

Environment PHP

7.4

Environment Database

Maria DB 5

Environment URL(s)

No response

Expected and actual behavior

No response

Steps to reproduce the behavior

No response

Attached files

No response

@Jdondia Jdondia added the Bug This is a bug (something does not work as expected) label Feb 23, 2024
@yharroch
Copy link

même problème sous php7.4 et php8.2.
Problème très gênant depuis l'upgrade sous 19.0.0 car cela m'empêche de modifier des fiches avec un message du type "L'attribut xxxxx a une valeur incorrecte."

@IC-Ilies
Copy link
Contributor

J'ai proposé un fix sur l'issue #28524 (anglais préféré) à voir si la PR passe :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug (something does not work as expected)
Projects
None yet
Development

No branches or pull requests

3 participants