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
Laurent Destailleur
f9913d2ebc
Merge branch 'develop' into develop#4
2021-09-28 13:21:43 +02:00
Laurent Destailleur
d7986fafbc
Merge pull request #18810 from aspangaro/14p16
...
FIX Accountancy - Missing specific filename for export on format FEC2
2021-09-28 13:20:33 +02:00
Alexandre SPANGARO
9426af8f6a
NEW #18820 Accountancy - Add product account in import/export of thirdparty (level 3)
2021-09-28 13:16:44 +02:00
Laurent Destailleur
0c52817426
Merge pull request #18821 from aspangaro/15a20
...
NEW #18820 Accountancy - Add product account in import/export of thirdparty (level 3)
2021-09-28 13:14:16 +02:00
Laurent Destailleur
1199782d61
Update api_setup.class.php
2021-09-28 13:10:46 +02:00
Laurent Destailleur
21fa60a730
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2021-09-28 13:08:03 +02:00
Laurent Destailleur
cc3b826ed6
Merge pull request #18824 from ptibogxiv/patch-446
...
NEW API get list of legal form of business
2021-09-28 13:00:11 +02:00
Laurent Destailleur
4f660343aa
Update api_setup.class.php
2021-09-28 12:59:00 +02:00
Laurent Destailleur
b795d6b430
Update api_setup.class.php
2021-09-28 12:58:19 +02:00
Laurent Destailleur
43637c936c
Merge pull request #18825 from grandoc/new_branch_25_09_2021
...
fix : warning: Undefined property: stdClass:: in C:\wamp64\www\doliba…
2021-09-28 12:56:43 +02:00
Laurent Destailleur
8f4fb9fd3c
Update barcode.lib.php
2021-09-28 12:56:33 +02:00
Laurent Destailleur
bde8ba300a
Merge pull request #18827 from aspangaro/15a21
...
NEW #18814 Add legal form for Sweden
2021-09-28 12:42:35 +02:00
stickler-ci
9e951d9a51
Fixing style errors.
2021-09-28 10:20:21 +00:00
Laurent Destailleur
0ae0d13f8b
Update mo_production.php
2021-09-28 12:20:02 +02:00
Laurent Destailleur
e6290b3b62
Merge pull request #18836 from aspangaro/14p22
...
FIX Propal list - Problem of pagination on date
2021-09-28 12:17:22 +02:00
Laurent Destailleur
c3d539abff
Merge pull request #18833 from marc-dll/12.0_FIX_product_extrafields_update
...
FIX: products/services card: hidden extrafields were overridden
2021-09-28 12:13:08 +02:00
Laurent Destailleur
a70f5dd90e
Doc
2021-09-28 12:12:11 +02:00
Laurent Destailleur
6b80afa4d1
Merge pull request #18837 from habibulilalbaab/patch-1
...
Bug Query llx_categorie_knowledgemanagement.sql
2021-09-28 12:10:35 +02:00
Laurent Destailleur
dcddddd105
Merge pull request #18838 from habibulilalbaab/patch-2
...
Fix Bug Query llx_product.sql
2021-09-28 12:10:15 +02:00
Indelog
2472dff67b
Fix FormFile::list_of_autoecmfiles object_instance classname after hook
...
FormFile::list_of_autoecmfiles() can instantiate object with parameters
resulting of hook `addSectionECMAuto` but for do this,
it use `${$hookmanager->resArray['classname']}` which return a
`null`. Instead we should do this
`$hookmanager->resArray['classname']`.
2021-09-28 12:08:45 +02:00
Laurent Destailleur
0e3ec3ea2d
Trans
2021-09-28 11:56:43 +02:00
Laurent Destailleur
e6e224f33c
Better translation
2021-09-28 11:53:00 +02:00
Gauthier PC portable 024
9713f6afd9
FIX : stickler feedbacks part 1
2021-09-28 08:40:15 +02:00
Muhammad Habib Ulil A
c857dc1904
Update llx_product.sql
2021-09-28 07:52:12 +07:00
Muhammad Habib Ulil A
ef7d3ec72d
Update llx_categorie_knowledgemanagement.sql
2021-09-28 07:44:26 +07:00
Laurent Destailleur
d3e5e3071b
css
2021-09-28 00:26:58 +02:00
Laurent Destailleur
0750d4bb6e
Look and feel v14
2021-09-28 00:21:54 +02:00
Alexandre SPANGARO
43ed88f056
FIX Propal list - Problem of pagination on date
2021-09-27 23:02:19 +02:00