Laurent Destailleur
48e2c4f5bf
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-04-04 21:10:40 +02:00
Laurent Destailleur
d22ab42031
Merge pull request #24431 from Easya-Solutions/14.0_fix-prelevement-line-supplier-link
...
FIX supplier link on bank transfer line
2023-04-04 19:51:25 +02:00
VESSILLER
9f8b67a6ec
FIX supplier invoice status on bank transfer line
2023-04-04 11:33:23 +02:00
VESSILLER
144d061db3
FIX supplier link on bank transfer line
2023-04-04 11:01:03 +02:00
Laurent Destailleur
88353ee5ba
Fix tests
2023-03-19 17:38:22 +01:00
stickler-ci
390e7c83b2
Fixing style errors.
2023-02-16 10:48:41 +00:00
GregM
9e1b8bcd4c
FIX parse error and NAN
2023-02-16 11:33:43 +01:00
Laurent Destailleur
7db2c9706d
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-02-14 10:59:23 +01:00
Laurent Destailleur
3278b7bc86
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
2023-02-13 23:38:07 +01:00
Laurent Destailleur
5217ae28f8
Fix load of margin infos
2023-02-13 21:35:48 +01:00
Laurent Destailleur
927a87851d
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-02-13 13:57:02 +01:00
Laurent Destailleur
802ee770c3
FIX #23860
2023-02-09 19:25:55 +01:00
Laurent Destailleur
f8efc35531
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-02-09 15:15:20 +01:00
tnegre
55d6e2ead0
Fix prelevement line : the link to the facture was to a customer facture, even when it was a facturefourn.
2023-02-07 17:32:35 +01:00
Frédéric FRANCE
ff7a666c2b
Update bonprelevement.class.php
2023-01-18 23:43:54 +01:00
Laurent Destailleur
2a299068ad
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-01-18 20:45:44 +01:00
stickler-ci
4ee0ede6d8
Fixing style errors.
2023-01-18 08:53:28 +00:00
Noé Courtier
d344e108c9
FIX: Errors Handling for CreateFrom Hooks
2023-01-18 09:44:23 +01:00
Laurent Destailleur
0eb0ee5bb1
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-01-06 16:52:06 +01:00
Laurent Destailleur
25eac607eb
Merge pull request #23407 from daraelmin/daraelmin-patch-2
...
Fix v14 fatal error undefined fct lenght_accounta
2023-01-04 17:48:08 +01:00
stickler-ci
1d29400cdf
Fixing style errors.
2023-01-04 08:15:39 +00:00
daraelmin
23d535197d
Fix v14 fatal error undefined fct lenght_accounta
...
Following #23403
See https://www.dolibarr.fr/forum/t/erreur-fatal-paiements-divers-v15-0-3/41914
2023-01-04 09:13:40 +01:00
Laurent Destailleur
10674a59bb
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2023-01-03 02:33:59 +01:00
Laurent Destailleur
af45ef8799
Merge pull request #23294 from atm-gauthier/fix_multicurrency_when_create_order_from_propal
...
FIX : get multicurrency infos of propal when create order from propal…
2023-01-03 01:36:57 +01:00
Eric Seigne
2aa271d96e
avoid editretainedwarranty if invoice is not draft
2022-12-28 17:50:16 +01:00
Gauthier PC portable 024
a48d1ae8e3
FIX : multicurrency_tx and not currency_tx
2022-12-21 12:31:24 +01:00
Laurent Destailleur
64de591770
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-12-14 10:20:47 +01:00
stickler-ci
24585cf61b
Fixing style errors.
2022-12-14 02:45:20 +00:00
Henry
c4dbc5e6d6
Create invoice from Shipment - fix error of multicurrency code
2022-12-14 10:39:15 +08:00
Laurent Destailleur
fb3bbee0a3
Merge pull request #22938 from Daviid-P/15.0
...
FIX Broken Permissions check, $object is null.
2022-11-23 12:22:21 +01:00
Laurent Destailleur
2f0880020c
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-11-23 12:02:25 +01:00
David Pareja Rodriguez
05e850dbfc
FIX Broken Permissions check, $object is null.
...
This code was probably copy&paste'd from `htdocs/compta/prelevement/card.php` where the `$object` variable exists.
On `htdocs/compta/prelevement/line.php` `$object` is not defined, and `$type` come from the `$type = GETPOST('type', 'aZ09');` which ends up being overwritten with null.
2022-11-23 11:58:21 +01:00
stickler-ci
76fdf0006d
Fixing style errors.
2022-11-22 20:17:37 +00:00
josett225
e38ef6bc8c
Update create.php
2022-11-22 21:03:28 +01:00
josett225
19273c8da1
Fix PaymentBankTransfer Line page management with Select and Input
2022-11-20 05:33:31 +01:00
Maxime Kohlhaas
7bf0287c65
Fix : remove nonsense code
2022-10-23 11:46:15 +02:00
Florian HENRY
a8dd29de85
review
2022-10-10 14:10:02 +02:00
Florian HENRY
9f8a09b4c8
Merge branch '15.0' of github.com:Dolibarr/dolibarr into 15_fix_bad_error_message_CronJobSendEmailsRemindersOnInvoiceDueDate
2022-10-10 14:08:55 +02:00
Laurent Destailleur
035448c66e
Fix log cleaner
2022-10-07 21:36:30 +02:00
Florian HENRY
27236fe853
fix: display correct id of thirdparty
2022-10-06 10:36:11 +02:00
Laurent Destailleur
295f10e43b
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-09-28 21:17:16 +02:00
Florian HENRY
09b3311d45
fix: Download Accoutancy file result to Expired Token
2022-09-28 08:16:50 +02:00
Laurent Destailleur
118b975f91
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-09-25 11:56:05 +02:00
priojk
03f6df206b
improve formatting
2022-09-24 17:27:38 +02:00
Frédéric FRANCE
f53e3e9cce
Update facture.class.php
2022-09-21 09:42:44 +02:00
Laurent Destailleur
dfe8281805
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-09-20 15:03:51 +02:00
Frédéric FRANCE
81e8b872a8
Update bonprelevement.class.php
2022-09-14 08:51:22 +02:00
Frédéric FRANCE
cba04c9648
Update bonprelevement.class.php
2022-09-13 20:48:59 +02:00
Laurent Destailleur
a11a33a804
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-09-11 22:21:18 +02:00
Laurent Destailleur
c01c595cfd
Merge pull request #22147 from frederic34/patch-5
...
doc
2022-09-09 15:59:23 +02:00