Laurent Destailleur
d705d71bf7
Lower length
2023-02-22 01:39:12 +01:00
Laurent Destailleur
00032ac970
Fix set a max length for UMR
2023-02-22 01:35:15 +01:00
Laurent Destailleur
1873371616
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0
2023-02-09 18:08:23 +01:00
Laurent Destailleur
ec8aacaddb
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-02-09 15:30:05 +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
kkhelifa
a8bb58f298
FIX: Rights on action for payments by bank transfer
2023-01-30 12:09:25 +01:00
Laurent Destailleur
642ba67a55
Fix missing include
2023-01-22 14:22:31 +01:00
Laurent Destailleur
c3ebda359d
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2023-01-19 10:39:19 +01:00
Frédéric FRANCE
ff7a666c2b
Update bonprelevement.class.php
2023-01-18 23:43:54 +01:00
Laurent Destailleur
5d84084396
Fix warning
2022-12-30 14:24:47 +01:00
Laurent Destailleur
9a68d1df22
Debug v17
2022-12-11 22:39:30 +01:00
Laurent Destailleur
b1b8380015
Debug v17
2022-12-07 14:57:50 +01:00
Laurent Destailleur
bb46cdb0af
Fix regression sql error
2022-11-27 21:10:37 +01:00
hystepik
c1b355fcac
Fix : php 8.1 warnings
2022-11-27 00:44:05 +01:00
Laurent Destailleur
e77aa31e47
Merge pull request #23009 from atm-maxime/fix_count_in_lists
...
Fix count in lists
2022-11-26 10:21:29 +01:00
Laurent Destailleur
c62c7e3805
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/balance.php
htdocs/accountancy/bookkeeping/list.php
htdocs/accountancy/bookkeeping/listbyaccount.php
htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:43:09 +01:00
Maxime Kohlhaas
fb310de0aa
Fix : use count() in lists - part 2
2022-11-26 01:23:45 +01:00
Laurent Destailleur
b231bcb64a
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/accountancy/bookkeeping/balance.php
htdocs/accountancy/bookkeeping/list.php
htdocs/accountancy/bookkeeping/listbyaccount.php
htdocs/accountancy/bookkeeping/listbysubaccount.php
2022-11-26 01:21:51 +01: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
4c02652d87
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-11-23 12:07:42 +01:00
Laurent Destailleur
207f56ff64
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-11-23 12:06: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
Laurent Destailleur
4596a16cdb
css
2022-10-28 18:02:40 +02:00
Laurent Destailleur
18c9685051
Rename table to prepare need of direct debit for non invoices
2022-10-28 17:51:25 +02:00
Laurent Destailleur
11aaf4748c
css
2022-10-21 11:32:12 +02:00
Laurent Destailleur
06d94c9a97
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-10-19 17:11:32 +02:00
Laurent Destailleur
68f16b13d7
Fix typo
2022-10-17 02:52:03 +02:00
Laurent Destailleur
10d40402b7
Merge pull request #22267 from frederic34/patch-8
...
strftime is deprecated in php8.1
2022-10-06 12:18:43 +02:00
Laurent Destailleur
c0dac5d5db
Fix RUM number if customer account not defined
2022-10-02 22:32:05 +02:00
Frédéric FRANCE
61844cd50f
Update bonprelevement.class.php
2022-09-26 11:48:29 +02:00
Frédéric FRANCE
50c60c8f34
Update bonprelevement.class.php
2022-09-26 11:46:07 +02:00
Frédéric FRANCE
744d1b0218
Update bonprelevement.class.php
2022-09-21 21:52:39 +02:00
Frédéric FRANCE
9f7c17333b
Update bonprelevement.class.php
2022-09-21 08:44:15 +02:00
Laurent Destailleur
6fb9a4713c
Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-09-21 01:30:40 +02:00
Laurent Destailleur
cb7db080cd
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2022-09-21 01:21:11 +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
javieralapps4up
a1d8879f34
Update create.php
...
There is a previous line $format = GETPOST('format', 'aZ09');
2022-09-15 14:30:37 +02:00
Frédéric FRANCE
edef39bed9
strftime is deprecated in php8.1
2022-09-14 09:01:56 +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
7a277d9560
Merge branch 'develop' into loaddolibarrenv
2022-09-09 17:02:05 +02:00
lmarcouiller
68b72ac17d
Fix : php 8.1 warnings
2022-09-09 10:06:16 +02:00
Frédéric France
8d33953142
add comment
2022-09-07 20:08:59 +02:00
Laurent Destailleur
58923ec3d7
Merge
2022-07-24 11:21:02 +02:00
Laurent Destailleur
3761c920eb
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
...
Conflicts:
htdocs/core/modules/modPartnership.class.php
htdocs/modulebuilder/template/core/modules/modMyModule.class.php
2022-07-22 17:43:35 +02:00