Laurent Destailleur
2e3c378ec0
Fix phpcs
2023-10-12 18:47:19 +02:00
Randall Mora
3ba1449602
doActions,printFieldListTitle,printFieldListValue to hookmanager ( #24971 )
...
* Update card.php
Add events doActions,printFieldListTitle,printFieldListValue to hookmanager
* Update card.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr >
2023-10-12 18:14:20 +02:00
Laurent Destailleur
94796d6154
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-12 15:00:15 +02:00
Laurent Destailleur
48e35b5f86
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-12 13:18:32 +02:00
Laurent Destailleur
c32fe8dc5f
QUAL: Use dol_clone with parameter 2 for ->oldcopy
2023-10-11 19:10:24 +02:00
am97
b9136ee59c
FIX: modification of complementary attributes in invoices ( #26180 )
...
Fixes the following error:
PHP Fatal error: Uncaught Exception: Serialization of PgSql\Connection is not allowed in /var/www/html/core/lib/functions.lib.php:1168
Stack trace:
#0 /var/www/html/core/lib/functions.lib.php(1168): serialize()
#1 /var/www/html/compta/facture/card.php(2798): dol_clone()
#2 {main}
2023-10-11 19:02:11 +02:00
Laurent Destailleur
5308e3e183
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-11 04:35:44 +02:00
Laurent Destailleur
465fe0ffd4
Close #24481
2023-10-11 04:29:52 +02:00
Laurent Destailleur
005bab38c3
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-11 03:24:47 +02:00
Randall Mora
7613e59eb2
Update card.php ( #24972 )
...
Add events doActions,printFieldListTitle,printFieldListValue to the hookmanager
2023-10-11 02:39:12 +02:00
Laurent Destailleur
3e0e64ac41
Clean code
2023-10-11 00:21:25 +02:00
Laurent Destailleur
946239dbf3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-10 23:04:47 +02:00
Laurent Destailleur
98ca102e1c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
2023-10-10 21:48:07 +02:00
Laurent Destailleur
25d3ead0a0
FIX Error not returned on sales with takepos and batch module enabled
2023-10-10 11:51:52 +02:00
William Mead
b0494d8098
FIX extrafield list filter ( #26159 )
...
Co-authored-by: William Mead <william.mead@manchenumerique.fr >
2023-10-09 20:08:00 +02:00
Laurent Destailleur
bf2ab5453c
Fix warnings
2023-10-09 13:30:51 +02:00
Laurent Destailleur
f661f88b6d
Merge pull request #26140 from aspangaro/19a7
...
Update some object
2023-10-09 10:28:54 +02:00
Laurent Destailleur
f450e23ce6
Clean code: set_paid is deprecated. Replaced with setPaid.
2023-10-09 10:22:49 +02:00
Laurent Destailleur
11f4940765
Doc
2023-10-09 10:18:03 +02:00
Alexandre SPANGARO
52ec4107aa
Update social contrib list
2023-10-09 05:50:24 +02:00
Alexandre SPANGARO
53671958c0
typo
2023-10-09 05:49:40 +02:00
Alexandre SPANGARO
ed6c985344
Update paymentvat.class
2023-10-09 05:49:16 +02:00
Dev2a
fcd4c4e429
Fix: Change access to $conf->global to function getDolGlobal (automatique)
2023-10-08 23:19:49 +02:00
Laurent Destailleur
68404bec9b
Merge pull request #22619 from mbinformatique68/develop
...
NEW Add the formEditObjectLine hook on commande card and invoice card
2023-10-06 19:13:58 +02:00
Laurent Destailleur
a2b6532c5a
Debug v19
2023-10-05 16:32:38 +02:00
Laurent Destailleur
40f10588e3
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-04 13:04:31 +02:00
Laurent Destailleur
9bd3bb0594
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
...
Conflicts:
htdocs/compta/bank/various_payment/card.php
htdocs/compta/bank/various_payment/list.php
htdocs/core/lib/security.lib.php
htdocs/core/lib/signature.lib.php
2023-10-04 12:43:03 +02:00
Laurent Destailleur
4298150413
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/lib/signature.lib.php
2023-10-04 10:22:33 +02:00
Laurent Destailleur
d3dc6615db
Remove deprecated use of ->modelpdf (good is ->model_pdf)
2023-10-02 21:49:08 +02:00
Kamel Khelifa
ee921ab540
NEW: Add trigger when delete a bank account line
2023-10-02 15:52:44 +02:00
Laurent Destailleur
12a9a1ce4d
FIX Bad value of accounting account shown in list. Edit fails.
2023-10-02 14:51:15 +02:00
Laurent Destailleur
9016ed0c28
Fix warning
2023-10-02 14:39:49 +02:00
Laurent Destailleur
f9288ce862
Look and feel v18
2023-10-02 11:26:26 +02:00
Laurent Destailleur
b2a6823e56
Merge pull request #26087 from hregis/fix_menu_force_entity
...
NEW possibility to deselect line when create a recurring invoice + missing to use fk_parent_line
2023-10-01 17:54:05 +02:00
Laurent Destailleur
b8bd760e28
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-10-01 16:06:58 +02:00
Laurent Destailleur
d5443010f2
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2023-10-01 16:04:16 +02:00
Laurent Destailleur
5e76fea64d
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-10-01 15:53:36 +02:00
Laurent Destailleur
5560aab98e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-10-01 15:50:25 +02:00
Regis Houssin
fbc841095e
NEW possibility to deselect line when create a recurring invoice
2023-10-01 11:47:37 +02:00
Quentin VIAL-GOUTEYRON
ad188c9804
FIX missing fk_account situation invoice
2023-09-29 14:38:30 +02:00
Laurent Destailleur
7bbc3bab05
Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop
2023-09-27 17:17:41 +02:00
Laurent Destailleur
b9336c024a
Merge pull request #25566 from hansemschnokeloch/rest-extra
...
Add filter to restrict the data returned
2023-09-27 00:56:51 +02:00
pascal
80f060c771
fix tab indentation
2023-09-26 18:43:25 +02:00
pascal
871f896962
implementation of properties filter
2023-09-26 18:04:48 +02:00
Quentin-Seekness
70ecf5a123
Update card.php line desc
...
We don't need the label to be the description if there was not any in origin line.
2023-09-26 10:27:59 +02:00
Laurent Destailleur
2440f60ee4
Merge pull request #25991 from frederic34/phpstaninvoice
...
Phpstan
2023-09-25 02:03:07 +02:00
Regis Houssin
d133075fca
FIX #25982 and avoid lose selected value if error
2023-09-24 15:56:18 +02:00
Laurent Destailleur
9cad027601
Fix look and feel v18
2023-09-22 13:50:52 +02:00
Frédéric FRANCE
560489e4a6
phpstan
2023-09-22 09:28:56 +02:00
Frédéric FRANCE
7cf93529a8
phpstan
2023-09-22 09:03:27 +02:00