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

fiche intervention model list => ouvrir model #29422

Open
Sos-ME opened this issue Apr 20, 2024 · 1 comment
Open

fiche intervention model list => ouvrir model #29422

Sos-ME opened this issue Apr 20, 2024 · 1 comment
Labels
Bug This is a bug (something does not work as expected)

Comments

@Sos-ME
Copy link

Sos-ME commented Apr 20, 2024

Bug

User
SELECT f.title as title, f.fk_soc, f.datec, f.duree, f.fk_projet, f.fk_contrat, f.description, f.note_private, f.note_public, f.fk_user_author, f.frequency, f.unit_frequency, f.date_when, f.date_last_gen, f.nb_gen_done, f.nb_gen_max, f.auto_validate, f.note_private, f.note_public, f.fk_user_author FROM llx_fichinter_rec as f WHERE f.rowid = 31.12
[DB_ERROR_NOSUCHFIELD] Unknown column 'f.title' in 'field list'

In sql table llx_fichinter_rec : the field is named titre, changing it to title solve the issue but creat another one in the same fiche inter model : SELECT MAX(te.ref) FROM llx_fichinter_rec as te WHERE te.ref < 'rapport intervention1.08
[DB_ERROR_NOSUCHFIELD] Unknown column 'te.ref' in 'field list' and in list because it need title not titre : [DB_ERROR_NOSUCHFIELD] Unknown column 'f.titre' in 'field list'

Dolibarr Version

20.0.0-alpha

Environment PHP

7.4.33

Environment Database

sql maria DB

Steps to reproduce the behavior and expected behavior

Fiche inter model => select one model to open => issu

Attached files

No response

@Sos-ME Sos-ME added the Bug This is a bug (something does not work as expected) label Apr 20, 2024
@Sos-ME
Copy link
Author

Sos-ME commented Apr 21, 2024

fichinter rec class
card rec php
resolve but still the error te.ref

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

1 participant