2
0
forked from Wavyzz/dolibarr
Commit Graph

32162 Commits

Author SHA1 Message Date
UT from dolibit
5d68e59c92 Update box_birthdays_members.php (#25424) 2023-07-23 23:07:01 +02:00
UT from dolibit
50447f72d2 Update box_project_opportunities.php (#25423) 2023-07-23 23:06:46 +02:00
UT from dolibit
80bfb97369 Update box_project.php (#25422) 2023-07-23 22:50:05 +02:00
UT from dolibit
33a4f3660b Update box_last_modified_ticket.php (#25421) 2023-07-23 22:45:19 +02:00
UT from dolibit
d166db5067 Update box_last_ticket.php (#25420) 2023-07-23 22:45:09 +02:00
Frédéric FRANCE
24f1dd9481 add missing global (#25378) 2023-07-23 22:44:17 +02:00
Frédéric FRANCE
8df4d00d82 add missing global (#25378) 2023-07-23 22:38:54 +02:00
Lenin Rivas
ebbcfc612c Add constant MAIN_PDF_TITLE_TEXT_COLOR (#25382) 2023-07-23 22:37:34 +02:00
Lucas Marcouiller
260adee01a New : Add code client to export product multiprice (#25386)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-07-23 22:36:16 +02:00
UT from dolibit
24d69cd7fc Update box_boms.php (#25419) 2023-07-23 22:34:44 +02:00
Laurent Destailleur
c15f773e19 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-07-23 21:53:14 +02:00
Laurent Destailleur
b06156536c Fix mb_strlen 2023-07-23 21:50:17 +02:00
jyhere
fe09500e91 FIX: workflow for closing supplier order dn't work (wrong source type) (#25407)
* FIX: workflow for closing supplier order dn't work (wrong source type)

* FIX: sql error when passing origin and origin id, no need to pass theses values

$object->origin is set to "commandeFournisseur', and it's definitively not working with the setStatus method.
SQL error : Table 'dolibarr.llx_commandeFournisseur' doesn't exist

I suppose origin should never be set to commandeFournisseur, but 'order_supplier' instead. Also, setStatus() $elementType is meant to be a table_element value, not an element value.

* Update interface_20_modWorkflow_WorkflowManager.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-07-23 21:47:13 +02:00
Laurent Destailleur
75ff4da37c Doc 2023-07-23 21:44:40 +02:00
jyhere
c38651075e FIX: workflow for closing supplier order dn't work (wrong source type) (#25407)
* FIX: workflow for closing supplier order dn't work (wrong source type)

* FIX: sql error when passing origin and origin id, no need to pass theses values

$object->origin is set to "commandeFournisseur', and it's definitively not working with the setStatus method.
SQL error : Table 'dolibarr.llx_commandeFournisseur' doesn't exist

I suppose origin should never be set to commandeFournisseur, but 'order_supplier' instead. Also, setStatus() $elementType is meant to be a table_element value, not an element value.

* Update interface_20_modWorkflow_WorkflowManager.class.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-07-23 21:44:20 +02:00
Pascal Hubrecht
90251e8c30 FIX #25400 fatal error when text value starts with equal sign (#25410)
* Fix #25400

* Update export_excel2007.modules.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2023-07-23 21:35:07 +02:00
mc2contributor
9119288795 Add missing argument (#25403) 2023-07-23 20:00:58 +02:00
mc2contributor
1f6100d897 Fix undefined array key warnings on $this->datacolor[$i] (#25404) 2023-07-23 19:58:42 +02:00
Florent Poinsaut
47ea0c274b Fix delete_module_parts with multicompagny (#25411) 2023-07-23 19:48:59 +02:00
Laurent Destailleur
d8815660c7 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-07-22 16:28:32 +02:00
Laurent Destailleur
1e443e060c Debug v18 2023-07-22 16:17:06 +02:00
Laurent Destailleur
5375b169cd FIX generating substitution array was corrupting the array_option 2023-07-22 13:45:35 +02:00
Laurent Destailleur
9552346a47 FIX generating substitution array was corrupting the array_option 2023-07-22 13:29:00 +02:00
Laurent Destailleur
3b6f8b5082 Fix phpcs 2023-07-21 17:09:00 +02:00
Laurent Destailleur
09c6c06ecd Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop
2023-07-21 14:48:50 +02:00
Laurent Destailleur
e4ce4d5576 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-07-21 14:46:07 +02:00
Laurent Destailleur
054cb4a6d1 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-21 14:44:22 +02:00
Laurent Destailleur
72494fc48e NEW Add a goto url from smartphone search page 2023-07-20 21:24:35 +02:00
Laurent Destailleur
862c81494c Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-07-20 01:10:19 +02:00
Laurent Destailleur
567fc875d3 Debug v18 2023-07-20 00:45:57 +02:00
Laurent Destailleur
40be52eb6d Debug v18 2023-07-20 00:42:54 +02:00
Laurent Destailleur
1283c22f26 Fix composer file to allow to install sparin/swiss-qr-bill 2023-07-20 00:19:09 +02:00
Laurent Destailleur
98e9e9340b Debug v18 2023-07-19 23:19:51 +02:00
Laurent Destailleur
5e41023862 Debug v18 2023-07-19 22:58:11 +02:00
Lamrani Abdel
94f5896d43 fix incoherences in update menu in relation to select permission 2023-07-19 11:57:13 +02:00
Laurent Destailleur
e9273d6183 Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/takepos/receipt.php
2023-07-19 04:19:15 +02:00
Laurent Destailleur
8f9ee9eb35 Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
Conflicts:
	htdocs/core/lib/project.lib.php
	htdocs/societe/class/societe.class.php
2023-07-19 02:03:34 +02:00
Laurent Destailleur
6d64026b93 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-07-19 01:52:19 +02:00
Laurent Destailleur
b55be51b4f Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
Conflicts:
	htdocs/core/lib/agenda.lib.php
2023-07-19 01:50:18 +02:00
atm-gauthier
88a8bcdb22 FIX : We should always be able to filter on action type no matter if we can't read actions of others (#24462) 2023-07-16 12:14:18 +02:00
atm-steve
b307ecea40 FIX display project tasks list columns (#24557)
* fix: display columns

* fix fix

* fix: IDE
2023-07-16 12:02:14 +02:00
Jakub Stříbrný
e76641c491 Add emptyObjectVars() to CommonObject (#25357)
To be able ti unset all vars when looping and fetching in each loop.
2023-07-13 17:18:10 +02:00
Charlène Benke
76d1430dfa extrafields fails on update (#25356) 2023-07-13 17:14:43 +02:00
Lucas Marcouiller
f202bc62f3 Fix : modulebuilder security check (#25354)
Co-authored-by: Hystepik <lucas.marcouiller@gmail.com>
2023-07-13 17:13:43 +02:00
lvessiller-opendsi
dee4e5d823 FIX extrafield on update card when visibility is list or read only (#25355)
* FIX extrafield on update card when visibility is list or read only

* Add comment
2023-07-13 17:10:42 +02:00
Laurent Destailleur
c75761f780 FIX Add same security test whe nuploading files from API than from GUI 2023-07-12 22:56:27 +02:00
Laurent Destailleur
5e00137392 Doc 2023-07-12 22:34:50 +02:00
Laurent Destailleur
9b5264a4fd FIX CVE reported by BELABED Skander (Akerva) 2023-07-12 21:45:42 +02:00
Laurent Destailleur
b6d16d28d7 Debug v18 2023-07-12 17:03:15 +02:00
Laurent Destailleur
42fea0090d Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-12 16:41:11 +02:00