Regis Houssin
19e2f0c75c
FIX missing contact_id for the trigger
2023-09-27 08:54:54 +02:00
Regis Houssin
bcc97f8b9f
FIX wrong place of trigger delete
2023-09-26 23:49:21 +02:00
Rémi Champlon
baa28e175d
indent
2023-02-20 16:47:01 +01:00
Rémi Champlon
aa60bd29c1
check link empty in switch
2023-02-20 16:39:03 +01:00
Rémi Champlon
b1a7c23daa
fix updateExtrafield option key empty set null
2023-02-01 11:20:44 +01:00
Aloïs Micard
285731200a
Add confirm_cancel action
2022-12-09 13:45:15 +01:00
Aloïs Micard
381b998413
Display blank td when action is confirm_valid
2022-12-09 11:45:09 +01:00
kkhelifa
c4543eff73
FIX: Fix the request SQL for transversal user, the join on usergroup table must be with getEntity('usergroup') and not other element
2022-10-28 16:31:01 +02:00
Laurent Destailleur
c727ebd9dd
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2022-10-18 21:12:04 +02:00
Laurent Destailleur
da3ae71a47
Try to fix rounding error
2022-10-18 13:32:18 +02:00
Laurent Destailleur
d39eca4d50
Fix phpcs
2022-09-20 16:36:29 +02:00
Laurent Destailleur
5afbfd0a0a
Try fix rounding
2022-09-20 16:20:00 +02:00
NASDAMI Quatadah
793e95d88c
fixing bug (colspan should be int)
2022-06-09 14:04:32 +02:00
Florian HENRY
4e289741f9
fix: extrafields chkbxlst or checkbox or badly displayed in line object
2022-05-25 16:59:23 +02:00
Laurent Destailleur
812298f740
Merge pull request #20945 from atm-maxime/fix_default_value_boolean
...
Fix default value boolean
2022-05-21 17:28:39 +02:00
Nicolas
d8a68d280e
FIX missing morecss for multiselectarray
2022-05-21 17:06:36 +02:00
Maxime Kohlhaas
9b2a543170
Fix phpcs too long line
2022-05-21 15:49:27 +02:00
Maxime Kohlhaas
4932f86a2d
Fix default value for boolean extrafield
2022-05-21 15:41:34 +02:00
Gauthier PC portable 024
9ffe82e259
FIX : originproductline array td identification
2022-04-07 10:32:23 +02:00
Laurent Destailleur
8e4c89673a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
2022-04-05 15:28:43 +02:00
Marc de Lima Lucio
e3aae6d2e1
FIX: object cloning: set unique extrafield values to null to prevent duplicates
2022-03-01 10:50:22 +01:00
Laurent Destailleur
c41578a3c3
Fix php compatibility
2021-11-28 15:43:22 +01:00
Laurent Destailleur
cdc160b9a9
FIX column alignement on valid confirm page of shipment
2021-11-19 11:12:53 +01:00
Laurent Destailleur
fc29aa7d3b
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2021-10-23 23:58:00 +02:00
atm-lena
806c53d4c4
FIX Ret PR
2021-10-21 09:49:14 +02:00
atm-lena
ff7727466a
Function updateExtrafield : replace empty value to null
2021-10-14 17:13:44 +02:00
Laurent Destailleur
4be2d1414e
Fix regression
2021-10-06 14:03:10 +02:00
Laurent Destailleur
98d8bad955
Merge pull request #18843 from indelog/fix_ecm_deletion
...
Fix append module suffix on src_object_type when create ecm file
2021-09-30 13:32:42 +02:00
Regis Houssin
6e08ecde04
FIX indentation
2021-09-29 08:47:22 +02:00
Regis Houssin
43a47999d7
FIX avoid warning if $categories is an id
2021-09-28 16:35:01 +02:00
Indelog
5b8b55cfba
Fix append module suffix on src_object_type when create ecm file
...
Files added to `llx_ecm_files` for externals modules never be removed on
object deletion.
When `CommonObject::deleteEcmFiles()` is called with `mode=1`, it use
this sql filter to find the file related to the object which is removed
:
```
$sql .= " WHERE fk_object IN (SELECT rowid FROM ".MAIN_DB_PREFIX."ecm_files WHERE src_object_type = '".$this->db->escape($this->table_element.(empty($this->module) ? '' : '@'.$this->module))."' AND src_object_id = ".((int) $this->id).")";
```
We see it append `'@'.$this->module` to `$this->table_element` but when
file is add to the `llx_ecm_files` by
`CommonObject::commonGenerateDocument()` , it added whiteout the
`'@'.$this->module` suffix. So the file is never remove from
`llx_ecm_files` when object is deleted.
This fix it by appending module suffix on `src_object_type` if object
has `module` property when add document to the `llx_ecm_files`.
2021-09-28 15:26:08 +02:00
Laurent Destailleur
2824c8b8ab
FIX support of localtax on expense report
2021-09-22 15:11:18 +02:00
Laurent Destailleur
c75fbb7642
FIX fetch of product with modulebuilder load too much data
2021-09-20 16:00:11 +02:00
Laurent Destailleur
052511d081
Fix sql error
2021-09-18 15:05:31 +02:00
Laurent Destailleur
5fa62f25fa
Fix registration of attendee
2021-09-18 12:39:26 +02:00
Laurent Destailleur
57a2ea3a53
Fix sql error
2021-09-08 19:49:24 +02:00
Laurent Destailleur
3cc888f4df
Debug event module
2021-09-07 23:19:36 +02:00
Laurent Destailleur
bb94ea7334
Fix debug car reception: Fill/reset link, colspan, translation
2021-08-28 17:24:05 +02:00
Laurent Destailleur
65629711d0
FIX #18484
2021-08-25 14:53:14 +02:00
Laurent Destailleur
8485fee5f9
Cast numeric into on sql request
2021-08-23 19:33:24 +02:00
Laurent Destailleur
23829ae637
Cast numeric into on sql request
2021-08-23 18:56:46 +02:00
Laurent Destailleur
d4b5ee6c85
Fix cast into variable into sql request.
2021-08-23 17:41:11 +02:00
Laurent Destailleur
ef4468153d
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/tpl/extrafields_list_search_sql.tpl.php
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
htdocs/fourn/class/fournisseur.commande.class.php
2021-08-11 22:07:13 +02:00
Laurent Destailleur
0cf2164260
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
htdocs/fourn/class/fournisseur.commande.class.php
2021-08-11 21:15:30 +02:00
Florian HENRY
ae5bb956ac
fix invoice in stand registration pb
2021-07-29 17:18:05 +02:00
Laurent Destailleur
ce27feda84
Debug v14
...
Fix email collector (Creation of thirparty, set of extrafields)
2021-07-16 00:12:58 +02:00
Laurent Destailleur
9aad07f20c
Remove log
2021-07-15 21:57:32 +02:00
Laurent Destailleur
5da40d80f7
Fix css
2021-07-15 16:35:06 +02:00
Laurent Destailleur
a773652c04
Fix phpcs
2021-07-14 14:37:07 +02:00
Laurent Destailleur
7281a51eff
Merge pull request #18148 from AlexisLaurier/fix/CommonObjectShowInputFieldCheckboxAndRadio
...
fix showInputField checkbox and radio type
2021-07-14 13:55:53 +02:00