Florian HENRY
02dea8d103
fix: allow list mass action update price when price mode is multiprice price
2025-01-20 17:11:06 +01:00
Laurent Destailleur (aka Eldy)
1f360ca498
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-20 12:28:49 +01:00
Laurent Destailleur (aka Eldy)
1b42078d1e
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-20 10:24:30 +01:00
Laurent Destailleur
9f4692e1c9
Merge pull request #31460 from OPEN-DSI/18.0_fix_return_hook_sendmail
...
FIX: Fix return value of hook sendMail when hook return -1 who must be return false in sendfile() function
2025-01-20 09:23:44 +01:00
Laurent Destailleur
af2889e982
Merge pull request #32505 from IC-William/fix-email-notification-ticket-assignee-18
...
FIX send email to assigned user on ticket create
2025-01-20 04:08:23 +01:00
Laurent Destailleur (aka Eldy)
c2c3879032
Clean php file
2025-01-16 00:36:56 +01:00
Laurent Destailleur (aka Eldy)
c4529ed986
Clean file
2025-01-16 00:35:38 +01:00
Laurent Destailleur (aka Eldy)
8b7eaf360e
Fix phpunit
2025-01-15 20:08:13 +01:00
Laurent Destailleur (aka Eldy)
2f317f0f52
Merge branch '17.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
2025-01-15 20:07:40 +01:00
Laurent Destailleur (aka Eldy)
bd35af1360
Fix phpunit
2025-01-15 20:07:31 +01:00
Laurent Destailleur
d4e66426e7
Merge pull request #32621 from ATM-Consulting/FIX/132/bug/cache-collisions-dol-getIdFromCode
...
FIX 17.0 - collisions in cache for dol_getIdFromCode
2025-01-15 15:51:23 +01:00
Laurent Destailleur
88d81aa943
Merge pull request #27159 from atm-lena/17.0_FIX_MultilangsTranslationPDFLinesDescription
...
FIX Multilangs : PDF lines description
2025-01-15 15:38:48 +01:00
Laurent Destailleur (aka Eldy)
0801f91ea7
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-15 12:35:42 +01:00
Florian Mortgat
79c55149b2
Update htdocs/core/lib/functions.lib.php
2025-01-14 11:00:38 +01:00
Laurent Destailleur
54477083d4
Merge pull request #32507 from priojk/patch-14
...
FIX #29624 - substitution of __DATE_DELIVERY__
2025-01-13 02:44:24 +01:00
Laurent Destailleur
a46c47c134
Merge pull request #32542 from Al-thi/fix/stock-import
...
FIX #21294 Stock import sql query
2025-01-13 02:43:37 +01:00
sonikf
56efa67432
Update box_graph_product_distribution.php
2025-01-12 03:31:01 +02:00
atm-florian
762e4ec8d1
updated local pre-commit hook -> fix typo
2025-01-10 17:01:59 +01:00
atm-florian
77f982d1a8
FIX 17.0 - collisions in cache for dol_getIdFromCode
2025-01-10 16:25:27 +01:00
Laurent Destailleur
8a7fdd0ed6
Merge pull request #32590 from ATM-Consulting/FIX_v19_labelSelect2NorecordFound
...
FIX select 2 no record found translate
2025-01-10 12:25:34 +01:00
Laurent Destailleur (aka Eldy)
81a4eec990
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-09 20:27:08 +01:00
Laurent Destailleur (aka Eldy)
e37b6fac4d
Fix pb in output of label of email
2025-01-09 20:26:22 +01:00
Amael-PE
21e997acd7
FIX Continue for eagle_proforma
2025-01-08 17:06:19 +01:00
Amael-PE
ea94370486
FIX Complete wath was started in #17243 for pdf_cannelle
2025-01-08 17:03:15 +01:00
GregM
3737f3c0cd
FIX select 2 no record found
2025-01-08 12:30:46 +01:00
Laurent Destailleur
169b2ce4e8
Update functions.lib.php
2025-01-07 21:52:26 +01:00
Joachim Kueter
259088c280
Update functions.lib.php
...
fixed typo...
2025-01-07 09:35:37 +01:00
Joachim Kueter
7689e0b210
Update functions.lib.php
...
solve indentation
2025-01-07 09:28:17 +01:00
Joachim Kueter
dd41f3f47d
Update functions.lib.php
...
trying to solve whitespace/indentation issues
2025-01-07 09:25:00 +01:00
Joachim Kueter
48a3393264
Update functions.lib.php
...
trying to solve indentation
2025-01-07 09:21:46 +01:00
Joachim Kueter
0158b2b832
Update functions.lib.php
...
trying to solve indentation issue
2025-01-07 09:17:00 +01:00
Joachim Kueter
21607b4f28
Update functions.lib.php
2025-01-07 09:11:01 +01:00
Joachim Kueter
886abc96d1
handle property for delivery date (named differently in different objects))
2025-01-07 09:03:17 +01:00
Alexis Thietard
b7cb799af0
FIX #21294 Stock import sql query
...
To respect the PostgreSQL update statement syntax, cf.
https://www.postgresql.org/docs/17/sql-update.html
```
column_name
The name of a column in the table named by table_name. The column name can
be qualified with a subfield name or array subscript, if needed. Do not
include the table's name in the specification of a target column — for
example, UPDATE table_name SET table_name.col = 1 is invalid.
```
Signed-off-by: Alexis Thietard <alexis.thietard@rtone.fr>
2025-01-06 14:36:50 +01:00
Laurent Destailleur (aka Eldy)
86a6322287
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2025-01-03 16:34:36 +01:00
Joachim Kueter
83abe6aa34
Fix #29624
...
Wrong property of commande fournisseur used for substitution.
2025-01-02 20:42:43 +01:00
William Mead
4c4b773de5
Fix send on assign
2025-01-02 14:59:44 +01:00
William Mead
37a815af53
Cleaned code
2025-01-02 14:50:14 +01:00
William Mead
f60f34cdf8
Backport fix for send email to assigned user on ticket create
2025-01-02 14:07:46 +01:00
Laurent Destailleur (aka Eldy)
4267f5f010
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2024-12-31 17:18:15 +01:00
Laurent Destailleur (aka Eldy)
f08c9605db
Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
2024-12-31 17:17:45 +01:00
Laurent Destailleur (aka Eldy)
e41dfcbbb3
Fix phpcs
2024-12-31 17:17:00 +01:00
Laurent Destailleur (aka Eldy)
a0b6aa28a7
Fix phpcs
2024-12-31 17:13:43 +01:00
Laurent Destailleur (aka Eldy)
c273495261
Fix ci
2024-12-31 17:12:37 +01:00
Laurent Destailleur
e65ee097a5
Merge pull request #30915 from MaximilienR-easya/18.0_Backport_yogosha
...
Backport #yogosha18281
2024-12-30 04:58:37 +01:00
Regis Houssin
da7679dfda
FIX #28702
2024-12-26 11:15:22 +01:00
Laurent Destailleur
37f3fccc35
Merge pull request #32383 from atm-etienne/fix/130/remove_dol_syslog_throws
...
Fix/130/remove dol syslog throws
2024-12-19 18:10:38 +01:00
Laurent Destailleur
be95c92c45
Update functions.lib.php
2024-12-19 18:07:02 +01:00
Laurent Destailleur
8991dcb3eb
Merge pull request #32425 from hregis/fix_19_cannot_convert_if_prov
...
FIX backport from develop to avoid php warning
2024-12-19 18:04:03 +01:00
Laurent Destailleur (aka Eldy)
7185da6504
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into 19.0
2024-12-19 17:54:37 +01:00