Laurent Destailleur
6ebe41324f
Fix php8 compatibility
2022-05-03 16:29:57 +02:00
Laurent Destailleur
c87c695d43
Debug v16
2022-05-03 14:15:42 +02:00
Laurent Destailleur
49d15b691b
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/accountancy/bookkeeping/card.php
htdocs/expensereport/card.php
2022-04-29 17:35:36 +02:00
Quentin-Seekness
726b899d30
FIX: Delete an extrafield where type is double
...
Found the bug on a propal's extrafield, it was impossible to delete a decimal extrafield. In updateExtraField() the $value stayed "" where it needed to be null.
The same issue can be found in insertExtraFields().
2022-04-29 10:45:08 +02:00
Laurent Destailleur
914b037a9a
Fix regression: bad cache management of linked object loading.
2022-04-12 22:35:12 +02:00
Laurent Destailleur
98c7139859
Fix regression on fetchObjectLinked when used in loop on a static object
2022-04-12 10:34:50 +02:00
Laurent Destailleur
cb15a21e41
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/commonobject.class.php
htdocs/core/tpl/originproductline.tpl.php
htdocs/fourn/facture/card.php
htdocs/install/mysql/migration/14.0.0-15.0.0.sql
htdocs/user/card.php
2022-04-11 21:22:27 +02:00
Laurent Destailleur
3ac268c200
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
...
Conflicts:
htdocs/core/lib/security.lib.php
htdocs/holiday/card.php
htdocs/user/card.php
2022-04-11 21:14:51 +02:00
Laurent Destailleur
7028e82cf7
Merge pull request #20551 from Easya-Solutions/new-common-generate-document-show-errors
...
NEW display errors in a message box after generating documents
2022-04-11 16:33:58 +02:00
Laurent Destailleur
6f413e03d8
Merge pull request #20523 from ATM-Consulting/NEW_16.0_consistency_mechanism_for_trigger_names
...
NEW 16.0 - proposal for a prefix-based consistency mechanism for trigger names
2022-04-07 18:25:03 +02:00
lvessiller
e6a0ca5042
FIX errors to catch
2022-04-07 16:32:08 +02:00
Laurent Destailleur
26c3e235cf
Merge pull request #19459 from frederic34/productmerge
...
can merge products
2022-04-07 15:02:03 +02:00
atm-florian
4ced0bac89
replace throw new Exception(…) with dol_print_error + exit
2022-04-07 14:39:14 +02:00
atm-florian
5953c3cd38
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_16.0_consistency_mechanism_for_trigger_names
2022-04-07 14:33:22 +02:00
Laurent Destailleur
0d121148c0
Merge pull request #20534 from ATM-Consulting/NEW_optimize_PDF_generation
...
avoid fetch_objectlinked for each page of the document
2022-04-07 14:25:10 +02:00
Gauthier PC portable 024
75b74a5fd3
FIX : identification new td
2022-04-07 10:43:31 +02:00
Gauthier PC portable 024
9ffe82e259
FIX : originproductline array td identification
2022-04-07 10:32:23 +02:00
Gauthier PC portable 024
dfaf985634
Merge branch '12.0_NEW_column_total_ht_to_array_products_on_document_creation_card' into NEW/Add_column_Total_HT_to_products_array_on_document_creation_card
2022-04-07 09:50:37 +02:00
atm-greg
ff7e1643e3
Merge branch 'develop' of github.com:Dolibarr/dolibarr into NEW_optimize_PDF_generation
2022-04-06 09:08:25 +02:00
lvessiller
dd6706e521
NEW display errors in a message box after generating documents
2022-04-05 17:31:34 +02:00
Laurent Destailleur
f17db2a919
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-04-05 15:33:29 +02:00
Laurent Destailleur
40ad12c3c3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2022-04-05 15:29:54 +02:00
Laurent Destailleur
8e4c89673a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/core/class/commonobject.class.php
2022-04-05 15:28:43 +02:00
atm-greg
aa42df9961
just for glory
2022-04-05 15:11:37 +02:00
atm-greg
59fec7d094
implement cache managed by current object
2022-04-05 15:10:31 +02:00
atm-greg
ad145c94ca
add comment
2022-04-04 17:23:34 +02:00
atm-greg
2455d8fe52
avoid fetch_objectlinked for each page of the document
2022-04-04 14:31:48 +02:00
atm-florian
563716b633
16.0 - Proposal for trigger prefix consistency: instead of adding missing prefix, check that trigger starts with declared prefix
2022-04-04 10:00:10 +02:00
Laurent Destailleur
5b91ae062f
All triggers with a name XXX_UPDATE have been renamed XXX_MODIFY for
...
code consistency purpose.
2022-04-02 10:31:58 +02:00
atm-florian
96c432566d
NEW 16.0 - proposal for a prefix-based consistency mechanism for trigger names
2022-04-01 19:20:47 +02:00
Laurent Destailleur
7422fd9b07
css on separators
2022-03-30 18:20:09 +02:00
Regis Houssin
ffa79c59f9
FIX wrong alias of table if no parent and parentkey
2022-03-24 20:48:43 +01:00
Regis Houssin
391c02993d
FIX better test for all usage
2022-03-24 20:26:47 +01:00
Regis Houssin
c38437f0de
FIX wrong error message
2022-03-24 17:12:37 +01:00
Regis Houssin
6fdb140f04
FIX missing table alias
2022-03-24 16:54:02 +01:00
Regis Houssin
e8dae7a8db
FIX Multiccompany sharings compatibility
2022-03-24 16:40:51 +01:00
Laurent Destailleur
a22d66b021
css
2022-03-24 13:31:03 +01:00
kamel
1418fd7054
NEW : Update variants to standard card and list
2022-03-18 15:38:44 +01:00
Francis Appels
e55a1f2783
Remember origin for newbutton inside create form.
2022-03-16 21:59:34 +01:00
Laurent Destailleur
358f21f06e
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formother.class.php
htdocs/core/customreports.php
2022-03-01 16:48:29 +01:00
Laurent Destailleur
2a48dd349e
Fix #hunterb03d4415-d4f9-48c8-9ae2-d3aa248027b5
2022-03-01 16:38:06 +01:00
Marc de Lima Lucio
e3aae6d2e1
FIX: object cloning: set unique extrafield values to null to prevent duplicates
2022-03-01 10:50:22 +01:00
Laurent Destailleur
67881a7932
Merge branch 'develop' into 16a12_assets_code
2022-02-28 22:03:26 +01:00
Laurent Destailleur
6447c1e394
Merge pull request #20076 from vincentjdc/html-field-moreparam-morecss
...
Allow to add more CSS and more params on html fields
2022-02-28 21:50:40 +01:00
Laurent Destailleur
c2fb5d577c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/install/mysql/migration/14.0.0-15.0.0.sql
htdocs/langs/en_US/banks.lang
htdocs/projet/list.php
2022-02-28 20:12:28 +01:00
Frédéric FRANCE
018fc53554
Merge remote-tracking branch 'upstream/develop' into productmerge
2022-02-27 08:40:01 +01:00
Laurent Destailleur
488049c6a6
FIX bad position of extrafields for interventions
2022-02-25 20:36:40 +01:00
Laurent Destailleur
e96061dd18
Fix phpunit SecurityTest
2022-02-22 23:46:57 +01:00
Frédéric FRANCE
b277ab9ee3
Merge remote-tracking branch 'upstream/develop' into productmerge
2022-02-22 21:49:17 +01:00
Laurent Destailleur
3b6f7bff66
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into develop
2022-02-18 16:32:51 +01:00