Laurent Destailleur
3deb424b4f
Merge pull request #18845 from indelog/fix_doc_prev_ecm
...
Fix show for external module in ecm index auto page
2021-09-30 13:36:49 +02:00
Norbert Penel
4e86f872ca
it was impossible to update a task
...
after some investigation i saw those errors but they are maybe some more around here
2021-09-30 13:35:23 +02:00
Laurent Destailleur
89b24f1690
Merge pull request #18840 from homer8173/patch-23
...
it was impossible to update a task
2021-09-30 13:34:46 +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
Laurent Destailleur
4fe9a4fd30
Merge pull request #18846 from hregis/fix_avoid_warning_if_not_an_array
...
FIX avoid warning if $categories is an id
2021-09-30 13:30:37 +02:00
Laurent Destailleur
8ab9524d0d
Merge pull request #18849 from javieralapps4up/develop
...
FIX : #18848 Add Andorra (AD) in the public function useDetailedBBAN () Feature request
2021-09-30 13:30:02 +02:00
Laurent Destailleur
5f9a68b835
Merge pull request #18857 from homer8173/patch-24
...
load_stats_reception is not loaded
2021-09-30 13:29:28 +02:00
Norbert Penel
2205073f25
load_stats_reception is not loaded
2021-09-30 12:09:17 +02:00
Laurent Destailleur
04fa5ff70b
css
2021-09-30 01:50:11 +02:00
Laurent Destailleur
fca39d9179
css
2021-09-30 01:15:36 +02:00
Laurent Destailleur
1595b38498
Fix param $morecss on img_mime
2021-09-30 00:28:47 +02:00
Laurent Destailleur
a9805fbfc1
NEW The protection MAIN_SECURITY_CSRF_WITH_TOKEN=1 is on by default
2021-09-29 17:34:31 +02:00
Laurent Destailleur
3d239e7528
Trans
2021-09-29 17:28:06 +02:00
Laurent Destailleur
11c48a53a5
Fix name of file
2021-09-29 17:20:59 +02:00
Laurent Destailleur
a495d5e982
Fix translation
2021-09-29 17:14:37 +02:00
Laurent Destailleur
2dd55301de
Fix duplicate field and look and feel
2021-09-29 17:06:51 +02:00
Laurent Destailleur
52fb627a64
Look and feel v14
2021-09-29 16:45:48 +02:00
Laurent Destailleur
1d35d8fd2d
CSS popup company
2021-09-29 16:42:52 +02:00
Laurent Destailleur
34dacca77c
Css
2021-09-29 16:31:40 +02:00
Laurent Destailleur
670a80c74c
Trans
2021-09-29 16:26:10 +02:00
Laurent Destailleur
a395ff5ee3
Css
2021-09-29 16:19:47 +02:00
Laurent Destailleur
0f55eea276
css
2021-09-29 14:48:50 +02:00
Laurent Destailleur
c5d683a8bc
Fix link param
2021-09-29 12:46:30 +02:00
Laurent Destailleur
9fe72597ab
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-29 12:43:27 +02:00
Laurent Destailleur
10ea7ddeef
Fix link param
2021-09-29 12:31:25 +02:00
Regis Houssin
6e08ecde04
FIX indentation
2021-09-29 08:47:22 +02:00
Gauthier PC portable 024
419ff967e3
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW/integration_GPEC_sql
2021-09-29 07:52:13 +02:00
Laurent Destailleur
baadf2dc6c
Fix reposition
2021-09-29 01:51:34 +02:00
stickler-ci
4d62aff8aa
Fixing style errors.
2021-09-28 18:29:50 +00:00
ptibogxiv
1b71404225
Update api_setup.class.php
2021-09-28 20:27:45 +02:00
Laurent Destailleur
01c8bbedbf
Look and feel v15
2021-09-28 19:40:41 +02:00
Laurent Destailleur
b58112a67e
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-28 18:08:16 +02:00
Laurent Destailleur
1e840fe7ed
Code comment
2021-09-28 18:07:04 +02:00
Laurent Destailleur
65267920c8
Missing language
2021-09-28 17:25:57 +02:00
javieralapps4up
f6c8932cfa
Update account.class.php
2021-09-28 17:25:31 +02:00
Laurent Destailleur
e15277bb6c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-28 17:23:07 +02:00
javieralapps4up
b6bb27e0f7
FIX : #18848
2021-09-28 17:21:22 +02:00
Laurent Destailleur
0f685853c4
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-28 16:47:39 +02:00
Laurent Destailleur
7c5dfa0ad2
Fix language files
2021-09-28 16:47:09 +02:00
Regis Houssin
43a47999d7
FIX avoid warning if $categories is an id
2021-09-28 16:35:01 +02:00
Indelog
fae0337b3e
Fix show for external module in ecm index auto page
...
This set the correct `modulepart` parameter for link generated to
`document.php` of ecm auto index page if `src_object_type` for
ecm document has a module suffix (`@modulename`).
2021-09-28 16:22:28 +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
Florian HENRY
d565f9d3f1
reveiw code
2021-09-28 15:09:47 +02:00
Florian HENRY
f47a319c15
Merge branch 'develop' of github.com:Dolibarr/dolibarr into dev_new_splitcalc_suggestd_code_compta
2021-09-28 15:01:14 +02:00
Norbert Penel
d43cf4938a
it was impossible to update a task
...
after some investigation i saw those errors but they are maybe some more around here
2021-09-28 13:46:03 +02:00
Laurent Destailleur
abc7137c81
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2021-09-28 13:45:05 +02:00
Laurent Destailleur
fc56b88a1f
FIX select list of orders not complete when field type of company is on
2021-09-28 13:44:42 +02:00
Laurent Destailleur
89ac5a5be6
Merge pull request #18723 from PyroShape/develop
...
Explicit date_creation instead of date
2021-09-28 13:34:44 +02:00
Laurent Destailleur
107b3286c0
Merge pull request #18795 from Hystepik/develop#4
...
NEW #18770 : Can enter the buying price (for Weighted Average Price update) on lines during the reception step
2021-09-28 13:24:41 +02:00
Laurent Destailleur
a8c4132a23
Update reception.class.php
2021-09-28 13:22:44 +02:00