2
0
forked from Wavyzz/dolibarr
Commit Graph

126919 Commits

Author SHA1 Message Date
UT from dolibit
80bfb97369 Update box_project.php (#25422) 2023-07-23 22:50:05 +02:00
Maxime Kohlhaas
286895bcda Fix : set_as_client can't use prospect/customer value if disabled (#25380) 2023-07-23 22:49:41 +02:00
Noé Cendrier
76dd29e4ec FIX - V19 is not an SQL instruction ;) (#25377)
* - V19 is not an SQL instruction ;)

* we are now heading to 19.0 versions
2023-07-23 22:46:03 +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
atm-adrien
ebb6c95939 FIX : Make manufacturing_date visible to replace datec (#25381) 2023-07-23 22:32:58 +02:00
UT from dolibit
a5392cba0a Update actions_card_service.class.php (#25418)
/**
 *	Class with controller methods for service canvas
 */
2023-07-23 22:27:01 +02:00
UT from dolibit
3560f957d2 Update accountingjournal.class.php (#25417)
Class to manage accounting journals
2023-07-23 22:26:43 +02:00
mc2contributor
b89399d44f Fix undefined index and property warnings (#25389)
* Fix undefined index and property warnings

* Fix issues in EmailCollector
2023-07-23 22:24:11 +02:00
UT from dolibit
c8b54ebe93 Update public_card.php (#25390) 2023-07-23 22:11:47 +02:00
UT from dolibit
3a12c163b3 Update subscriptionok.php (#25391) 2023-07-23 22:04:30 +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
849e59797e Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-23 21:44:54 +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
daraelmin
7664759d3f FIX #25392 - PHP 8 Warning on new member public form (#25397) 2023-07-23 21:35:44 +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
sonikf
b7c87b6f70 Disable standard invoice if "create credit note" button is pressed (#25414) 2023-07-23 21:31:20 +02:00
Frédéric FRANCE
84928e7350 fix parenthesis (#25401) 2023-07-23 20:05:50 +02:00
Frédéric FRANCE
ac25be7c26 fix parenthesis (#25401) 2023-07-23 20:03:23 +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
Laurent Destailleur
4151e672cb Merge branch '18.0' of github.com:Dolibarr/dolibarr into 18.0 2023-07-23 19:53:19 +02:00
Florent Poinsaut
47ea0c274b Fix delete_module_parts with multicompagny (#25411) 2023-07-23 19:48:59 +02:00
Florent Poinsaut
aa36d9f936 Fix duplicated deletion of linked object in supplier invoice (#25415) 2023-07-23 19:42:19 +02:00
Florent Poinsaut
ea8cc555d5 Fix duplicated deletion of linked object in supplier invoice (#25415) 2023-07-23 19:38:57 +02:00
Laurent Destailleur
3bcf6ee655 CSS 2023-07-23 00:39:22 +02:00
Laurent Destailleur
838c5683fb Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop 2023-07-23 00:33:20 +02:00
Laurent Destailleur
47f10f2553 Better placeholder 2023-07-23 00:32:35 +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
da473131ad Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0 2023-07-22 16:27:28 +02:00
Laurent Destailleur
cb7dc2c5bf Prepare 17.0.3 2023-07-22 16:25:33 +02:00
Laurent Destailleur
1f5195c1a5 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2023-07-22 16:24:59 +02:00
Laurent Destailleur
1e443e060c Debug v18 2023-07-22 16:17:06 +02:00
Laurent Destailleur
18d0c72f0b Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2023-07-22 14:15:28 +02:00
Laurent Destailleur
ce6b2d06db FIX #25223 2023-07-22 14:14:04 +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
07fbb2da9d Doc 2023-07-21 19:40:40 +02:00
Laurent Destailleur
3b6f8b5082 Fix phpcs 2023-07-21 17:09:00 +02:00
Lamrani Abdel
a6ed391b60 fix problem 2023-07-21 16:19:04 +02:00
Lamrani Abdel
230545943f fix incoherent 2023-07-21 16:02:22 +02:00
Laurent Destailleur
d64c51e860 Debug v18 2023-07-21 14:59:40 +02:00