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
2635ec9c19
NEW Autofill email form with the email template with status "Default" on
2023-04-25 16:57:31 +02:00
Laurent Destailleur
06228ca645
Look and feel v18
2023-04-25 16:22:56 +02:00
Laurent Destailleur
5470c1e64e
Fix duplicate textarea
2023-04-25 16:02:50 +02:00
Laurent Destailleur
e51d0beefa
Merge commit '13aeb4542924b7112c56ca7e0fe30b5174eb9adb' into develop
2023-04-25 15:43:18 +02:00
Laurent Destailleur
13aeb45429
Fix missing par $check
2023-04-25 15:31:14 +02:00
Laurent Destailleur
b08e3e63da
Include sql files into doxygen doc
2023-04-25 03:08:02 +02:00
Laurent Destailleur
936512d0bb
Update Stripe lib to 10.7.0
2023-04-24 18:42:04 +02:00
Laurent Destailleur
06f8291e07
Dolibarrize v18
2023-04-24 18:09:18 +02:00
Laurent Destailleur
a09a29fa6a
Code comment
2023-04-24 17:56:32 +02:00
Laurent Destailleur
ecc85263d0
Trans
2023-04-24 16:51:23 +02:00
Laurent Destailleur
1c3264ee0a
Merge pull request #24443 from altairis-benjamin/ticketAssignNotification
...
NEW Send a notification email when ticket assigned
2023-04-24 16:47:24 +02:00
Laurent Destailleur
0f65dbe5a7
Merge pull request #24560 from AuTEAMation/multicurrency-api
...
NEW: Multicurrency REST API to create, update, delete, update rate...
2023-04-24 16:18:06 +02:00
Laurent Destailleur
c960bb73da
Merge pull request #24571 from erikvanberkum/develop
...
fix: typo in constant MAIN_AUTOFILL_DATE_ORDER
2023-04-24 16:16:09 +02:00
Laurent Destailleur
7c0611f34d
Merge pull request #24579 from frederic34/fiscalyear
...
tooltip ajax for Fiscalyear
2023-04-24 15:53:47 +02:00
Laurent Destailleur
86a0df9ce0
Autofill mor/phy when creating member from membership type card.
2023-04-24 15:35:33 +02:00
Laurent Destailleur
a6d1cdcef9
Dolibarrize page
2023-04-24 15:01:31 +02:00
Laurent Destailleur
04bca1cc1f
Fix when membership type option "Any amount" when Yes.
2023-04-24 14:51:20 +02:00
Laurent Destailleur
155c52bc30
Fix #yogosha16184
2023-04-24 13:52:31 +02:00
Laurent Destailleur
6b942aed6f
Better http message on not allowed access
2023-04-24 13:20:23 +02:00
Laurent Destailleur
ec3fcd852a
Fix #yogosha16039
2023-04-24 12:46:52 +02:00
Frédéric FRANCE
d391d8a298
tooltip ajax for fiscalyear
2023-04-24 10:25:44 +02:00
Frédéric FRANCE
f023e213f7
tooltip ajax for fiscalyear
2023-04-24 10:22:05 +02:00
Frédéric FRANCE
4eca22afc8
tooltip ajax for fiscalyear
2023-04-24 10:06:02 +02:00
Laurent Destailleur
56a0b16abc
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-04-24 02:08:59 +02:00
Laurent Destailleur
fc04299f88
Look and feel v18
2023-04-24 02:07:20 +02:00
Laurent Destailleur
586d9f5ba7
Look and feel v18
2023-04-24 01:59:39 +02:00
Laurent Destailleur
ee2a9d4891
Look and feel v18
2023-04-24 01:32:47 +02:00
Laurent Destailleur
a03358fa46
Debug v18
2023-04-24 01:03:43 +02:00
Laurent Destailleur
347d9c3e93
Fix warning when using extrafield separator
2023-04-23 22:38:52 +02:00
Laurent Destailleur
8a400f0e6f
Trans
2023-04-23 21:45:47 +02:00
Laurent Destailleur
73539162ff
Show sending mode on emailing file
2023-04-23 21:42:05 +02:00
Laurent Destailleur
67c67bbf2e
Better compatibility
2023-04-23 16:28:28 +02:00
Laurent Destailleur
04d96f489b
FIX Default VAT of product added does not take account buyer country
2023-04-23 15:24:10 +02:00
Laurent Destailleur
470cbb52f8
Fix phpunit
2023-04-23 14:09:08 +02:00
Erik van Berkum
ec9fb80c02
fix: typo in constant MAIN_AUTOFILL_DATE_ORDER
2023-04-23 14:55:10 +09:00
Erik van Berkum
20b51db72c
Revert "fix: typo in constant MAIN_AUTOFILL_DATE_ORDER"
...
This reverts commit 9a27d025a7 .
2023-04-23 14:54:12 +09:00
Erik van Berkum
dd60d20019
Merge remote-tracking branch 'origin/develop' into develop
2023-04-23 14:52:32 +09:00
Erik van Berkum
0879ca0258
Merge remote-tracking branch 'origin/develop' into develop
2023-04-23 14:50:49 +09:00
Erik van Berkum
9a27d025a7
fix: typo in constant MAIN_AUTOFILL_DATE_ORDER
2023-04-23 14:47:54 +09:00
Alexandre Boin
0d41eb4296
FIX: Add Multicurrency permissions translations and pass CI tests
2023-04-22 19:30:15 +02:00
Laurent Destailleur
3a81318c15
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2023-04-22 01:02:55 +02:00
Laurent Destailleur
bf89d61686
NEW Update lib parsedownto 1.7.4
2023-04-22 01:01:08 +02:00
Laurent Destailleur
cd385a0605
Merge pull request #24488 from aspangaro/18a6
...
FIX: Propagate vat-reverse charge information when supplier invoice is created from reception list
2023-04-21 19:00:26 +02:00
Laurent Destailleur
246750a89e
Merge pull request #24545 from frederic34/use_ismodenabled
...
use isModEnabled
2023-04-21 18:32:34 +02:00
Laurent Destailleur
fee81940ef
Merge pull request #24555 from BB2A-Anthony/MailMap
...
MailMap
2023-04-21 18:30:08 +02:00
Laurent Destailleur
a8e41a5cb9
Merge pull request #24568 from thomas-Ngr/develop_newpayment_manage_contracts
...
NEW Payment : manage contracts
2023-04-21 18:29:20 +02:00
Laurent Destailleur
39218ff10f
Merge pull request #24564 from frederic34/patch-1
...
fix phpcs
2023-04-21 18:26:36 +02:00
tnegre
53d2f8eaee
pay whole contract
2023-04-21 16:06:09 +02:00
tnegre
5c5bb6ec7c
Allow to pay a contract line from a stripe payment. TODO pay the whole contract.
2023-04-21 16:06:09 +02:00