Commit Graph

80915 Commits

Author SHA1 Message Date
Laurent Destailleur
fabed34a99 FIX #15481 2020-11-23 21:47:51 +01:00
Laurent Destailleur
35dbd463e1 CSS 2020-11-23 20:24:11 +01:00
Laurent Destailleur
1e70790cd6 Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/product/price.php
2020-11-23 19:55:13 +01:00
Laurent Destailleur
efc539c4b4 Fix css 2020-11-23 19:53:58 +01:00
Laurent Destailleur
9cb5673c36 Fix remove var_dump 2020-11-23 19:46:24 +01:00
Laurent Destailleur
c5278197fb More phpunit test for price2num 2020-11-23 19:45:11 +01:00
Laurent Destailleur
e7dbc8407f FIX formating of prices with foreign languages 2020-11-23 19:08:26 +01:00
Laurent Destailleur
d2d202dfc7 Fix ProfID5 must be EORI for ES too 2020-11-23 13:22:17 +01:00
Laurent Destailleur
2f6f242d99 CSS 2020-11-23 12:29:38 +01:00
Laurent Destailleur
7d1b84d482 Fix warning 2020-11-22 22:58:14 +01:00
Laurent Destailleur
af2eabb24d Fix warning 2020-11-22 15:06:53 +01:00
Laurent Destailleur
9b4b11b4bd Fix var not defined 2020-11-22 14:49:30 +01:00
Laurent Destailleur
f6d6efa288 CSS 2020-11-22 13:23:56 +01:00
Laurent Destailleur
1fc0121552 css 2020-11-22 13:12:41 +01:00
Laurent Destailleur
edb462cca2 Trans 2020-11-22 12:32:08 +01:00
Laurent Destailleur
f2cd2570b9 Fix link 2020-11-22 12:03:44 +01:00
Laurent Destailleur
3d2da45f84 Remove warning 2020-11-22 11:36:07 +01:00
Laurent Destailleur
fe0764be6e Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	htdocs/comm/action/class/actioncomm.class.php
	htdocs/expedition/class/expedition.class.php
	htdocs/product/class/product.class.php
2020-11-22 02:32:47 +01:00
Laurent Destailleur
69750e4cc4 Fix page lost 2020-11-22 02:15:54 +01:00
Laurent Destailleur
986f918436 Fix image edition when gravatar module is on 2020-11-22 01:47:17 +01:00
Laurent Destailleur
a3faa12753 Fix responsive 2020-11-22 01:28:56 +01:00
Laurent Destailleur
e5e320fd90 Fix null 2020-11-22 01:26:58 +01:00
Laurent Destailleur
6ac1f98ed0 Better responsive 2020-11-22 01:16:32 +01:00
Laurent Destailleur
a30e842521 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2020-11-21 23:48:34 +01:00
Laurent Destailleur
032b53dbb2
Merge pull request #15451 from frederic34/patch-14
remove warnings
2020-11-21 23:44:55 +01:00
Laurent Destailleur
60bfbe2e57
Merge pull request #15448 from Givriz/dev
Feature : creation of a "button-save" class
2020-11-21 23:44:30 +01:00
Laurent Destailleur
782e3b4c23
Merge pull request #15458 from frederic34/patch-23
doxygen
2020-11-21 23:42:56 +01:00
Laurent Destailleur
d017489088
Merge pull request #15468 from OPEN-DSI/fix-order-list-filter-dates-in-pagination
FIX keep dates filters parameters on order list
2020-11-21 23:42:40 +01:00
Laurent Destailleur
f2d9499f44
Merge pull request #15474 from fappels/13_supplier_barcode
Fix PR #15429 supplier barcode
2020-11-21 23:41:46 +01:00
Laurent Destailleur
87f14a9c7a
Merge pull request #15473 from Valcoop/Valcoop-FIX-opensurvey
FIX Bug where amount of voters was always 0
2020-11-21 23:40:52 +01:00
Laurent Destailleur
0329ce4e11
Merge pull request #15471 from andreubisquerra/master
FIX TakePOS order_notes extrafield
2020-11-21 23:38:36 +01:00
Laurent Destailleur
97e36502f0 Fix warning 2020-11-21 23:37:42 +01:00
Laurent Destailleur
73a3a03398 Fix for smartphone 2020-11-21 23:36:20 +01:00
Laurent Destailleur
9004be1df2 Debug feature to send remind by email 2020-11-21 17:42:07 +01:00
Laurent Destailleur
f39ad2359a Debug 2020-11-21 17:01:17 +01:00
Laurent Destailleur
bf94ce6aad Fix warnings 2020-11-21 16:49:54 +01:00
Laurent Destailleur
95b79094df Fix warning.
Module cron is more clear.
2020-11-21 16:27:50 +01:00
Laurent Destailleur
3534555909 Fix setup of scheduled jobs 2020-11-21 14:14:53 +01:00
Laurent Destailleur
a3fc5241e2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2020-11-21 12:45:34 +01:00
Laurent Destailleur
ec49eed8b9 Fix css 2020-11-21 12:45:22 +01:00
Francis Appels
89e101e0b6 Fix wrong value for deprecated 2020-11-21 11:38:07 +01:00
Valcoop
84b2d7e974
FIX Bug where amount of voters was always 0
FIX Bug where amount of voters was always 0. Due to erroneous sql query build fetching the wrong column name.
2020-11-20 22:19:17 +01:00
Florian Mortgat
6c75997b27 FIX wrong tab 2020-11-20 19:15:15 +01:00
Florian Mortgat
f7228d96af FIX 12.0 - when the cronjob 'params' field is empty, the cron method is called with one empty string param instead of no params at all 2020-11-20 19:12:59 +01:00
andreubisquerra
d24ac5109d FIX TakePOS order_notes extrafield 2020-11-20 18:40:04 +01:00
Francis Appels
064b5acff5 List supplier barcode 2020-11-20 17:16:49 +01:00
lvessiller
e87bdd02bd FIX date order param not empty 2020-11-20 16:10:11 +01:00
lvessiller
4fef8d80a5 FIX keep dates filters parameters on order list 2020-11-20 16:01:51 +01:00
Damien BENOIT
ebd64d5e57
Merge pull request #5 from Dolibarr/develop
Update fork
2020-11-20 13:53:43 +01:00
Laurent Destailleur
6976471988
Merge pull request #15442 from hregis/develop_bug2
FIX to preserve order of multiprices fields
2020-11-20 13:38:19 +01:00