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

Bug: Can't set up a new immocost_type in dictionary / Can't delete/modify french ones #97

Open
Adventurousdonut opened this issue Aug 31, 2022 · 1 comment

Comments

@Adventurousdonut
Copy link
Contributor

  1. The french ones aren't listed in the dictionary (they're useless for other countries, should be deletable/editable in dictionary)

  2. If i try to add my own i get following error:

Dolibarr has detected a technical error.
This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to hide sensitive information):
Date: 20220826143442
Dolibarr: 15.0.0 - https://www.dolibarr.org/
Level of features: 0
PHP: 7.2.24-0ubuntu0.18.04.10
Server: Apache
OS: Linux demo-dolibarr-biz 5.4.41-1-pve mikygee#1 SMP PVE 5.4.41-1 (Fri, 15 May 2020 15:06:08 +0200) x86_64
UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0

Requested URL: /custom/ultimateimmo/dict.php?id=6
Referer: https://demo.dolibarr.biz/custom/ultimateimmo/dict.php?id=6
Menu manager: eldy_menu.php

Modules/Applications: user, modulebuilder, bookmark, import, export, fckeditor, cashdesk, mailing, paypal, multicurrency, socialnetworks, ultimateimmo, fastsearch, workflow, propal, emailcollector, contrat, expedition, ficheinter, supplier_proposal, incoterm, tax, loan, prelevement, product, comptabilite, stock, productbatch, projet, notification, agenda, banque, barcode, commande, don, ecm, expensereport, facture, fournisseur, holiday, margin, opensurvey, resource, salaries, societe, stripe, ticket, variants, website, recruitment, knowledgemanagement, adherent, reception, service, categorie, bom, mrp
Database type manager: mysqli
Latest database access request error: INSERT INTO llx_c_ultimateimmo_immocost_type (rowid,ref,label,active) VALUES(1,'1','Water',1)
Return code for latest database access request error: DB_ERROR_NOSUCHFIELD
Information for latest database access request error: Unknown column 'active' in 'field list'

@Darkjeff
Copy link
Owner

ALTER TABLE llx_ultimateimmo_immocost_type add active integer after status;

I commit on update.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants