Anthony Berton
40212eb1fa
FIX - init menu auguria isModEnabled
2023-04-26 16:54:31 +02:00
Alexandre Janniaux
b6235c29d0
phpunit: use $db instead of $this->savdb
...
The global variables are stored in $this, and in particular $db is used
through this mean. But $this->savdb is supposed to be the immutable
global state that is stored at the test class instantiation and restored
at the beginning of each test.
For $this->savdb, I don't think any consequences are created by this,
since the object is saved by each test anyway and the $db object is
mostly a query object within a transaction, but future change could use
this to inject a different stateful $db object to trace some behaviour
in the test for instance, so make sure the correct one is used.
2023-04-26 16:44:07 +02:00
Laurent Destailleur
1f97fcd2eb
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-26 13:27:06 +02:00
Laurent Destailleur
fcb139cbd5
Code comment
2023-04-26 13:25:47 +02:00
Laurent Destailleur
00d4e09c68
Fix filter lost
2023-04-26 13:20:28 +02:00
Laurent Destailleur
e375252a83
Clean code of dictionnary page
2023-04-26 12:45:02 +02:00
Laurent Destailleur
b31dbdc5ea
Add dictionary table for invoice subtypes (country specific)
2023-04-26 11:51:14 +02:00
Laurent Destailleur
e2a622b83a
Merge pull request #24562 from ibuiv/patch-2
...
FIX ref_client on Project Overview for propale
2023-04-26 11:41:34 +02:00
Laurent Destailleur
2f3cefcc09
Clean code
2023-04-26 11:41:02 +02:00
Laurent Destailleur
ff98cb10e3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-26 11:28:19 +02:00
Laurent Destailleur
a5a55b37c5
Add column subtype
2023-04-26 11:28:05 +02:00
stickler-ci
b4d4b96dc4
Fixing style errors.
2023-04-26 09:10:37 +00:00
Frédéric FRANCE
a665e69b2d
Fix getElementProperties for usergroup
2023-04-26 11:08:04 +02:00
Laurent Destailleur
2a3f174479
Merge pull request #24483 from sonikf/sonikf-patch-2
...
The deposit and replacement invoice types are not allowed in Greece.
2023-04-26 11:01:44 +02:00
Frédéric FRANCE
cf9ce353c3
Update ajaxtooltip.php
2023-04-26 10:58:19 +02:00
Frédéric FRANCE
a93cb8b572
Update commonobject.class.php
2023-04-26 10:56:52 +02:00
Laurent Destailleur
55ace3e601
Merge pull request #24582 from MaximilienR-easya/v17_php8_compatibility
...
PHP8 compatibility
2023-04-26 10:53:39 +02:00
Laurent Destailleur
1f763e1f36
Merge pull request #24438 from aspangaro/18a7
...
NEW: Accountancy - Add specific page to export accounting data
2023-04-26 10:52:49 +02:00
Laurent Destailleur
60c7c376a7
Merge pull request #24361 from atm-adrien/FIX_noUpdateProductionNeededForMo
...
FIX : No usage of the function updateProduction in the update function
2023-04-26 10:39:13 +02:00
Frédéric FRANCE
6e5abdc462
add hook init context
2023-04-26 09:48:02 +02:00
Frédéric FRANCE
93ed2621d9
add doc
2023-04-26 09:24:24 +02:00
Frédéric FRANCE
74ff77d8b2
add doc
2023-04-26 09:23:38 +02:00
Frédéric FRANCE
61b58e8234
Doc
2023-04-26 09:21:27 +02:00
Frédéric FRANCE
8cb877c118
can setup max extrafields to show in tooltip
2023-04-26 08:43:11 +02:00
Alexandre SPANGARO
6ab9b5d68e
Not display message to explain document are not included when we are in mode all includes
2023-04-26 07:18:00 +02:00
Laurent Destailleur
789336ab34
Fix qodana warning
2023-04-26 02:30:58 +02:00
Laurent Destailleur
fb961ffd82
Fix qodana warnings
2023-04-26 02:28:21 +02:00
Laurent Destailleur
8d06189621
Fix qodana warning
2023-04-26 02:21:41 +02:00
Laurent Destailleur
f228aa1a80
Fix phpcs
2023-04-26 01:59:53 +02:00
Laurent Destailleur
b1c51954dd
NEW Add link to edit VAT list from error message of missing VAT
2023-04-25 22:15:51 +02:00
Laurent Destailleur
40ed102dfe
Fix selection of email template
2023-04-25 21:30:00 +02:00
Laurent Destailleur
388ba8f399
Fix missing limit
2023-04-25 21:16:56 +02:00
Laurent Destailleur
c891196b5b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-25 21:02:01 +02:00
Laurent Destailleur
302f5eb68d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-25 20:55:30 +02:00
Laurent Destailleur
0bc8227f48
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-04-25 20:54:15 +02:00
Laurent Destailleur
2e3e6f6899
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-04-25 20:51:40 +02:00
Frédéric FRANCE
697d36c7d1
fix warning
2023-04-25 20:31:49 +02:00
Frédéric FRANCE
c238791900
add missing init hook value
2023-04-25 20:17:54 +02:00
Laurent Destailleur
1eb483a981
FIX message MAIN_MESSAGE_INSTALL_MODULES_DISABLED_CONTACT_US
2023-04-25 19:50:15 +02:00
Laurent Destailleur
10e38ec7f9
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-04-25 19:14:33 +02:00
BitKFu
6657a34ff0
use dol_is_file instead of file_exists
2023-04-25 19:07:35 +02:00
Laurent Destailleur
f7dd265ee5
Clean code
2023-04-25 18:57:17 +02:00
Laurent Destailleur
1805b3ae78
Merge pull request #24572 from vold-lu/add_origin_in_create_from_proposal
...
FIX: Propagate correct origin/origin_id when creating order from proposal
2023-04-25 18:16:46 +02:00
Laurent Destailleur
a76cad9668
Merge pull request #24580 from randallmoraes/patch-13
...
Enable modify file to send by hook.
2023-04-25 18:15:29 +02:00
Laurent Destailleur
f141075896
Merge pull request #24581 from randallmoraes/patch-14
...
Enable modify file to send, by hook
2023-04-25 18:14:47 +02:00
Laurent Destailleur
d30eb4d9a4
Merge pull request #24585 from frederic34/patch-1
...
Fiw warnings
2023-04-25 18:02:40 +02:00
Laurent Destailleur
9f4db8986a
Merge pull request #24586 from frederic34/patch-5
...
Doc
2023-04-25 18:02:16 +02:00
Laurent Destailleur
a6246167d7
Merge pull request #24588 from frederic34/patch-6
...
load translation for tooltip
2023-04-25 18:01:03 +02:00
Laurent Destailleur
e85abc3b17
Merge pull request #24589 from hregis/fix_sql_update_error
...
FIX avoid error when computed property of extrafields is used
2023-04-25 17:58:56 +02:00
Laurent Destailleur
63a2d70d35
Merge pull request #24590 from FHenry/15_fix_auguria_menu_supplier_invoie
...
fix: with auguria when user have only supplier invoice perms the Financial top menu is not displayed
2023-04-25 17:50:52 +02:00