Faustin
354b4a7417
BUG FIX Deprecated attribute fk_projet wasn't declared on class CommonObject
2022-06-17 06:03:48 +02:00
lvessiller
813a87eb3c
FIX resolve conflicts
2022-06-16 17:32:53 +02:00
lvessiller
d5269cd97b
FIX resolve conflicts
2022-06-16 17:08:00 +02:00
Quatadah Nasdami
bf801fc11d
temporary transformation (from string to array) so it can be traversable
2022-06-15 16:50:34 +02:00
Quatadah Nasdami
ce80c64782
adding an unexisting variable of old usage
2022-06-15 16:17:34 +02:00
NASDAMI Quatadah
5b93c103a3
evaluate function checks if is empty + unit test
2022-06-15 15:18:37 +02:00
NASDAMI Quatadah
b713592c25
adding abstract function to Stats class
2022-06-15 14:00:24 +02:00
NASDAMI Quatadah
fc4f5d9af2
adding abstract function in Stats class
2022-06-15 12:25:00 +02:00
NASDAMI Quatadah
20ce5c5323
declaring a used abstract function in the Stats class
2022-06-15 11:10:31 +02:00
Laurent Destailleur
28234c6f44
Merge pull request #21276 from badre-agtaib/scru4
...
FIX bug :The properties product_tosell & product_tobuy do not exist on OrderLine
2022-06-15 11:05:34 +02:00
Quatadah Nasdami
821a5a833a
Merge branch 'develop' into dolicloud-qnasdami-scrutinizer-003
2022-06-15 11:00:57 +02:00
bagtaib
22152dd254
declaring the propreties product_tosell & product_tobuy
2022-06-15 00:50:34 +02:00
Laurent Destailleur
5d9e09be8e
Merge pull request #21278 from bb2a/FIX---php-V8-Extrafields-checkbox-empty
...
FIX - php V8 Extrafields checkbox empty
2022-06-14 21:14:20 +02:00
Laurent Destailleur
4da19f6e0b
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2022-06-14 20:54:59 +02:00
Laurent Destailleur
5bf304bf5c
Merge pull request #21258 from Quatadah/dolicloud-qnasdami-scrutinizer-007
...
BUG FIX : variable name does not exist
2022-06-14 20:42:55 +02:00
Laurent Destailleur
6f0c9bdbf9
Doc
2022-06-14 20:42:44 +02:00
Laurent Destailleur
ac3d3528ff
Doc
2022-06-14 18:19:02 +02:00
BB2A Anthony Berton
389c2e8faf
FIX - php V8 Extrafields checkbox empty
2022-06-14 18:11:19 +02:00
Laurent Destailleur
dd392143e1
Fix conf->projet conf->project
2022-06-14 17:53:17 +02:00
NASDAMI Quatadah
642810cb6d
changing function name to the exisiting one
2022-06-14 11:08:28 +02:00
NASDAMI Quatadah
2c6e422791
changing function name to existing one
2022-06-14 11:06:10 +02:00
NASDAMI Quatadah
a52313bd83
changing function name to the existing one
2022-06-14 11:02:14 +02:00
NASDAMI Quatadah
5775213844
changing variable name
2022-06-14 10:43:08 +02:00
Laurent Destailleur
f0f24291d4
Debug v16
2022-06-14 10:40:10 +02:00
Laurent Destailleur
985c581c01
php8
2022-06-13 18:09:06 +02:00
NASDAMI Quatadah
f5b3890721
BUG FIX: checking if array is empty with empty() function instead of comparing it to a boolean
2022-06-13 15:47:31 +02:00
lvessiller
dddd4186a8
NEW show product label on inventory
2022-06-13 15:37:43 +02:00
NASDAMI Quatadah
8729b9f2dd
array instead of string in @param pfx() function
2022-06-13 13:34:18 +02:00
Alexandre SPANGARO
448027f8ed
Fix PHP 8.1.7
2022-06-12 22:54:15 +02:00
Laurent Destailleur
d18d570ecb
Merge pull request #21141 from al-misbah-informatique/develop
...
NEW: Send Notification Without File when E-mail Template doesn't attach file
2022-06-12 19:43:57 +02:00
Laurent Destailleur
a6c637efd4
Merge pull request #21188 from defrance/patch-205
...
formail php V8 warning
2022-06-12 12:06:57 +02:00
Laurent Destailleur
f052dd4ae6
Merge pull request #21190 from bb2a/FIX---php-V8-extrafields
...
FIX - Extrafields checkbox PHP error
2022-06-12 12:04:19 +02:00
Laurent Destailleur
c2fe5de852
Merge pull request #21195 from frederic34/useismodenabled
...
use isModEnabled function
2022-06-12 11:56:31 +02:00
Laurent Destailleur
559ec051ab
Fix scrutinizer
2022-06-12 11:43:29 +02:00
Alexandre SPANGARO
33ecfddf83
Fix PHP 8.1.7 - $out not defined
2022-06-12 07:36:12 +02:00
Laurent Destailleur
ca2bcfa594
Fix php8
2022-06-11 21:56:25 +02:00
Frédéric France
3fdbce7a31
use isModEnabled function
2022-06-11 09:46:28 +02:00
Frédéric FRANCE
38b18a68d7
Merge branch 'develop' into useismodenabled
2022-06-10 10:07:41 +02:00
Frédéric France
5dcfc28913
use isModEnabled function
2022-06-09 22:41:59 +02:00
Frédéric France
400afc937f
use isModEnabled function
2022-06-09 22:16:48 +02:00
BB2A Anthony Berton
293141e578
checkbox PHP error
2022-06-09 15:52:47 +02:00
BENKE Charlene
d335bb22a2
Update html.formmail.class.php
2022-06-09 15:13:29 +02:00
NASDAMI Quatadah
793e95d88c
fixing bug (colspan should be int)
2022-06-09 14:04:32 +02:00
Abdelaziz MISBAH
14e7c5454e
FIX #21141 Update condition to check for attached file to E-mail Template
...
Update condition to check for attached file to E-ail Template, initial Commit doesn't check for if null (may generate fatal error depending on context), now we check if is an object, before checking if we join files.
2022-06-09 11:47:34 +01:00
Laurent Destailleur
7a7d296533
Fix fatal error on canvas
2022-06-09 10:49:24 +02:00
Laurent Destailleur
2b9dbe4c98
Doc
2022-06-09 03:21:31 +02:00
Laurent Destailleur
b5a1ded537
Merge branch 'develop' into 15_fix_reception_stock_move
2022-06-09 02:41:51 +02:00
Sylvain Legrand
ab3f19dd59
Fix error when supplier deposit are used to pay supplier invoice
2022-06-08 22:07:48 +02:00
Laurent Destailleur
1838baaa5c
Debug v16
2022-06-08 21:20:12 +02:00
Laurent Destailleur
8688ba23b4
Merge pull request #21145 from bb2a/FIX---php-V8-warning-class-html-form
...
FIX - php V8 warning class html form
2022-06-08 15:02:58 +02:00