Laurent Destailleur
69b2089bf6
Merge pull request #24583 from BitKFu/Secure-indexFile
...
Prevent PHP Warning in error log file, when the generated doc file does not exists.
2023-04-26 22:33:38 +02:00
Laurent Destailleur
21a3c3e82b
Merge pull request #24611 from frederic34/auguria_use_ismodenabled
...
clean code use isModEnabled
2023-04-26 22:25:21 +02:00
Laurent Destailleur
9a041774f9
Merge pull request #24553 from atm-lena/NEW_MoBom_AddLine_DefaultWorkstation
...
New mo bom add line default workstation
2023-04-26 22:11:27 +02:00
Laurent Destailleur
7253b30716
Merge pull request #24594 from frederic34/patch-1
...
add missing init hook value
2023-04-26 22:08:43 +02:00
Frédéric FRANCE
e52742ab4b
clean code use isModEnabled
2023-04-26 22:05:12 +02:00
Laurent Destailleur
d56a0fa503
Merge pull request #24597 from frederic34/patch-6
...
can setup max extrafields to show in tooltip
2023-04-26 22:04:07 +02:00
Laurent Destailleur
712dd1689b
Merge pull request #24596 from alexandre-janniaux/phpunit-changes/1
...
phpunit: use $db instead of $this->savdb
2023-04-26 22:02:25 +02:00
Laurent Destailleur
aa3fa86c4f
Merge pull request #24600 from frederic34/patch-8
...
add hook init context
2023-04-26 21:20:38 +02:00
Laurent Destailleur
2dbc944a4e
Merge pull request #24598 from frederic34/patch-7
...
Doc
2023-04-26 21:20:23 +02:00
Laurent Destailleur
98efea14cf
Merge pull request #24599 from frederic34/commonobjectclassdoc
...
add doc
2023-04-26 21:20:05 +02:00
Laurent Destailleur
ca00480f1a
Merge pull request #24603 from frederic34/patch-9
...
Fix getElementProperties for usergroup
2023-04-26 21:15:30 +02:00
Laurent Destailleur
b3ea71f8f9
Merge pull request #24608 from solution-libre/fix-notification-templates
...
Fix notification templates
2023-04-26 21:05:41 +02:00
Laurent Destailleur
6c30e44f97
Merge pull request #24606 from BB2A-Anthony/FIX---init-menu-auguria-isModEnabled
...
FIX - init menu auguria isModEnabled
2023-04-26 21:03:25 +02:00
Laurent Destailleur
56c16379b3
Update init_menu_auguria.sql
2023-04-26 21:02:00 +02:00
Laurent Destailleur
3d5aac644e
Merge branch 'develop' into FIX---init-menu-auguria-isModEnabled
2023-04-26 20:56:59 +02:00
Frédéric FRANCE
d7c654665f
fix display extrafields in tooltip
2023-04-26 20:56:11 +02:00
Laurent Destailleur
86456e299c
NEW add option keepspace into dol_string_nospecialchar()
2023-04-26 18:25:56 +02:00
Laurent Destailleur
f45c4dc867
Fix invalid char into ustrd sepa field
2023-04-26 18:13:23 +02:00
Laurent Destailleur
9c4dc9a3d6
Add more date in ustrd field for credit transfer SEPA files
2023-04-26 18:04:51 +02:00
Florent Poinsaut
871610d4a1
Fix notification templates
2023-04-26 17:41:35 +02:00
Laurent Destailleur
f99da75a9f
Fix use ref instead of empty field in unstructured data sepa field
2023-04-26 17:40:36 +02:00
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
fcb139cbd5
Code comment
2023-04-26 13:25:47 +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
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
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
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