Alexandre SPANGARO
79ee2b8c4d
Missing language key
2019-11-18 11:48:44 +01:00
Laurent Destailleur
d86eb5cdb1
Merge pull request #12457 from aspangaro/10.0_p20191116
...
#12450 Fix accountancy write social contribution in bookkeeping (Need for FEC format)
2019-11-16 23:31:21 +01:00
Alexandre SPANGARO
3937b45c5f
Core - Fix accountancy write social contribution in bookkeeping (Need for FEC format)
2019-11-16 07:51:38 +01:00
Laurent Destailleur
bb493c6515
Merge pull request #12438 from atm-gauthier/8.0_invoice_createfromclone
...
FIX : wrong invoice id for fetchObjetctLinked
2019-11-16 00:43:18 +01:00
Laurent Destailleur
7e52c70321
FIX Advisory ID: usd20190067
2019-11-14 21:16:18 +01:00
Laurent Destailleur
f7ab1498a7
FIX Advisory ID: usd20190053
2019-11-14 17:00:02 +01:00
Laurent Destailleur
80b3e27341
Fix bad name of constant
2019-11-14 14:23:48 +01:00
Laurent Destailleur
7e0ae4bf0e
FIX The pdf templates were using the large logo making PDF too large
2019-11-14 14:17:22 +01:00
Laurent Destailleur
a29adc94f3
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
...
Conflicts:
htdocs/comm/card.php
htdocs/langs/en_US/admin.lang
2019-11-14 12:48:33 +01:00
Laurent Destailleur
ee800189a6
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-11-14 12:45:00 +01:00
Laurent Destailleur
9d963a7ca6
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-11-14 12:44:32 +01:00
gauthier
a5635825f3
FIX : wrong invoice id for fetchObjetctLinked
2019-11-14 12:09:32 +01:00
Laurent Destailleur
6b1d7f5382
Merge pull request #12432 from frederic34/patch-7
...
FIX #12385
2019-11-14 08:51:23 +01:00
Frédéric FRANCE
3ec7568559
FIX #12385
2019-11-13 20:44:21 +01:00
Laurent Destailleur
dae39e25d2
Merge pull request #12422 from aspangaro/9.0_p20191113
...
Missing language key
2019-11-13 18:33:30 +01:00
Alexandre SPANGARO
85e2546019
Missing language key
2019-11-13 15:25:23 +01:00
Alexandre SPANGARO
0497c399d7
Missing language key
2019-11-13 14:59:07 +01:00
Laurent Destailleur
74239d48bf
Fix translation of extrafields when $extralabels not loaded
2019-11-13 11:11:08 +01:00
Laurent Destailleur
944a15d06b
Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
2019-11-12 10:20:16 +01:00
Laurent Destailleur
f8e8d15606
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0
2019-11-12 10:19:01 +01:00
Laurent Destailleur
5f7b09c97f
Merge pull request #12406 from atm-gauthier/8.0_useless_limit_on_select_conf
...
FIX : limit 20 prevent to see all products/services
2019-11-12 09:49:00 +01:00
gauthier
e2680f7637
FIX : limit 20 prevent to see all products/services
2019-11-12 09:42:27 +01:00
Laurent Destailleur
5ae5b87b60
Fix get bad default value for accounting for sales export
2019-11-11 19:07:22 +01:00
Laurent Destailleur
6233f8e1c5
Fix visibility = 3
2019-11-09 18:19:04 +01:00
Laurent Destailleur
5ebd5a401c
Fix avoid error on lang not defined when calling trigger
2019-11-09 13:09:05 +01:00
Laurent Destailleur
fcf983ee23
Fix decimal separator according to lang setup
...
Conflicts:
htdocs/core/actions_addupdatedelete.inc.php
2019-11-09 12:56:34 +01:00
Laurent Destailleur
f9869dbfed
Fix price2num need langs when lang is not necessarly loaded.
2019-11-09 12:46:11 +01:00
Pierre Ardoin
88fb094a78
Fix problem of display photo in the model
...
Fix a problem with photo in the model :
Before : Check in the current entity the product's repertory to find a photo
Now : Check all entities product's repertories to find a photo
2019-11-08 22:02:30 +01:00
Laurent Destailleur
8f35c24b62
Add quick hack by hidden const as solution when numbering is locked.
2019-11-08 16:37:25 +01:00
Laurent Destailleur
3b44760e65
FIX #12356
2019-11-07 14:10:07 +01:00
Laurent Destailleur
5a4a421a8e
FIX #12372
2019-11-07 13:07:40 +01:00
Laurent Destailleur
96e93ef103
Clean code for tgz
2019-11-07 12:49:39 +01:00
Laurent Destailleur
9423449237
Merge pull request #12308 from olibre/FIX_the_SELECT_examine_more_than_MAX_JOIN_SIZE_rows_12305
...
FIX the SELECT examine more than MAX_JOIN_SIZE rows #12305
2019-11-07 11:26:50 +01:00
Laurent Destailleur
de77e39e08
FIX #12319 Restore feature ACCOUNTANCY_AUTOFILL_ACCOUNT_WITH_GENERIC.
...
Now autofill works, option can be reverted in v11.
2019-11-07 11:14:36 +01:00
Laurent Destailleur
abe35660c7
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 10.0
2019-11-06 18:46:18 +01:00
Laurent Destailleur
887c1a70d9
Fix remove annoying files
2019-11-06 18:46:04 +01:00
O. Libre
441eadb883
Check if mysqli to avoid perturbing PostgreSQL with "SET SQL_BIG_SELECTS=1"
2019-11-05 06:21:35 +01:00
O. Libre
729ed78063
FIX the SELECT examine more than MAX_JOIN_SIZE rows #12305
2019-11-05 06:21:26 +01:00
Laurent Destailleur
2047f50b10
Merge pull request #12246 from mapiolca/patch-12
...
Fix Multicompany Filter
2019-11-04 21:01:26 +01:00
Pierre Ardoin
d2b7961e87
Update customerMargins.php
2019-11-03 22:45:50 +01:00
Laurent Destailleur
2b7a813e98
Merge pull request #12267 from ATM-Marc/FIX_8.0_trigger_closedir
...
FIX: triggers: directories read with opendir() never closed
2019-11-02 13:06:54 +01:00
Laurent Destailleur
4d36f5de09
Merge pull request #12280 from atm-josselin/FIX_productlot_field_misspelling
...
Fix misspelling on field of productlot
2019-11-02 13:02:28 +01:00
Frédéric FRANCE
e191dd7cc0
$key is overwriting a variable from outer foreach loop
2019-11-02 11:39:32 +01:00
Laurent Destailleur
cf2ee892ee
FIX security check. A user can see holiday with link without permissions
2019-11-01 21:27:19 +01:00
Laurent Destailleur
a3a326b25e
FIX Search on leave request ref
2019-11-01 20:52:11 +01:00
Laurent Destailleur
83cc9ea643
FIX Search on leave request ref
2019-11-01 20:48:46 +01:00
atm-josselin
5550a62afa
Fix misspelling on field of productlot
2019-10-31 11:05:45 +01:00
Marc de Lima Lucio
85cef09e83
FIX: triggers: directories read with opendir() never closed
2019-10-30 14:46:46 +01:00
Laurent Destailleur
c839551b91
Merge pull request #12206 from atm-quentin/10_fix_expeditiondet_extrafields
...
FIX shipping extrafields line
2019-10-30 03:26:35 +01:00
Laurent Destailleur
c2638f4148
Merge pull request #12238 from atm-maxime/fix_fetch_contact
...
Fix missing contact fetch on card
2019-10-30 03:04:01 +01:00