Laurent Destailleur
de6f6c9b5d
Update functions.lib.php
2021-01-16 16:51:47 +01:00
zuiko
32b5aa7790
Update functions.lib.php
...
Fix #15820
function price2num
add underscore and - in the pattern in instruction
$amount = preg_replace('/[a-zA-Z\/\\\*\(\)\<\>]/', '', $amount);
as this:
$amount = preg_replace('/[a-zA-Z\/\\\*\(\)\<\>\_\-]/', '', $amount);
in order to cover some constantes cases as 20% (TX_NORMAL) or 10% (TX_REDUIT) for example where underscore or - can be used.
I don't know if other characters have to be added to this pattern.
2021-01-16 16:51:27 +01:00
Laurent Destailleur
d00eb5b533
Merge pull request #15989 from zuiko/patch-3
...
Fix #15820 Bug: Unable to edit the pricing in Sales Order
2021-01-16 16:50:49 +01:00
Laurent Destailleur
e5c932d3f4
Update functions.lib.php
2021-01-16 16:50:34 +01:00
Laurent Destailleur
d592a5d669
Trans
2021-01-16 16:47:38 +01:00
Laurent Destailleur
329499c103
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-01-16 16:43:00 +01:00
Laurent Destailleur
2cecd449cf
Fix phpcs
2021-01-16 16:41:59 +01:00
Laurent Destailleur
992645c13d
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-01-16 16:35:13 +01:00
Laurent Destailleur
871691bf69
Fix missing popup
2021-01-16 16:34:49 +01:00
Laurent Destailleur
2f69a380be
Fix syntax error
2021-01-16 16:06:49 +01:00
Laurent Destailleur
16333b911a
Fix phpunit
2021-01-16 15:57:30 +01:00
Laurent Destailleur
61b8a69787
Code comment
2021-01-16 15:40:59 +01:00
Laurent Destailleur
04e669ec96
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formfile.class.php
htdocs/langs/fr_FR/other.lang
2021-01-16 15:38:34 +01:00
Laurent Destailleur
892bd432e4
Fix crop of image on invoices.
2021-01-16 15:35:15 +01:00
Laurent Destailleur
064b00e979
Sync transifex
2021-01-16 15:33:47 +01:00
Laurent Destailleur
4c3209b64a
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-01-16 14:26:28 +01:00
Laurent Destailleur
4aaf10b4b6
Fix phpunit
2021-01-16 14:25:59 +01:00
Frédéric FRANCE
f1685ba1b1
code syntax
2021-01-16 14:24:47 +01:00
Frédéric FRANCE
2df0acd419
code syntax
2021-01-16 14:12:09 +01:00
Laurent Destailleur
68302d74ba
Fix look and feel v14
2021-01-16 14:10:37 +01:00
Frédéric FRANCE
216da52972
Merge remote-tracking branch 'upstream/develop' into patch-8
2021-01-16 14:00:05 +01:00
Laurent Destailleur
4864808e4d
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/core/class/html.formmail.class.php
2021-01-16 13:45:34 +01:00
Laurent Destailleur
b3d7783a29
Fix multicompany compatibility of preview of file in email form
2021-01-16 13:41:27 +01:00
Laurent Destailleur
820ab1a110
Better error message
2021-01-16 13:03:34 +01:00
Laurent Destailleur
c7c74e8ed1
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/fourn/facture/card.php
2021-01-15 19:53:46 +01:00
Laurent Destailleur
2c0f6d2984
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/ticket/list.php
2021-01-15 19:49:25 +01:00
Laurent Destailleur
7d37183f21
FIX Pb with VAT code when VAT code contains a number
2021-01-15 19:43:02 +01:00
andreubisquerra
2f9f933ea8
FIX Avoid php errors if negative var in Receipt Module
2021-01-15 19:28:12 +01:00
Laurent Destailleur
d36c406074
Code comment
2021-01-15 19:24:53 +01:00
Laurent Destailleur
80ed651c5e
Fix GETPOST
2021-01-15 19:23:56 +01:00
andreubisquerra
b6d8a81ae8
Fix special chars in free text with TakePOS
...
Sending the description with the post method avoid chars problems
2021-01-15 18:12:55 +01:00
Laurent Destailleur
ea266c1f2d
Fix missing alias
2021-01-15 17:59:08 +01:00
Laurent Destailleur
6d455352a3
Restore change for test
2021-01-15 17:47:39 +01:00
Laurent Destailleur
32bd194f8e
Sort array
2021-01-15 17:47:14 +01:00
Laurent Destailleur
4b66f6bcd3
Restrict list to customer and supplier only
...
Merge 2 sql request in to 1
2021-01-15 17:43:54 +01:00
Laurent Destailleur
8cef8df33a
Hide advanced feature with ACCOUNTANCY_USE_PRODUCT_ACCOUNT_ON_THIRDPARTY
2021-01-15 17:35:16 +01:00
Laurent Destailleur
0e636031ba
Add option
...
MAIN_USE_VAT_OF_PRODUCT_FOR_COMPANIES_IN_EEC_WITH_INVALID_VAT_ID
2021-01-15 16:07:00 +01:00
Laurent Destailleur
9350774808
Add option
...
MAIN_USE_VAT_OF_PRODUCT_FOR_COMPANIES_IN_EEC_WITH_INVALID_VAT_ID
2021-01-15 16:06:22 +01:00
Laurent Destailleur
62a5c8b6da
FIX Bad balance of begin commit
2021-01-15 15:34:24 +01:00
Laurent Destailleur
8e1128ef10
FIX Bad balance of begin commit
2021-01-15 15:33:12 +01:00
Laurent Destailleur
2970dc2151
Fix warning
2021-01-15 15:14:23 +01:00
Laurent Destailleur
c778eafc4a
Fix very slow effect.
2021-01-15 14:54:23 +01:00
kevin
fb14f7c0b8
Modify GETPOST parameters to match with v12
2021-01-15 14:40:55 +01:00
Laurent Destailleur
ba37396af2
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-01-15 14:36:32 +01:00
Laurent Destailleur
82cedd9fd2
Fix filter
2021-01-15 14:36:02 +01:00
Laurent Destailleur
e8ed6a9f09
Trans
2021-01-15 14:33:26 +01:00
Alexandre SPANGARO
0904212c0b
Better works
2021-01-15 14:19:41 +01:00
Laurent Destailleur
828f1c8314
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/comm/propal/card.php
2021-01-15 14:04:22 +01:00
Laurent Destailleur
cac7fdd058
Look and feel v13
2021-01-15 14:02:18 +01:00
Laurent Destailleur
39b6f2fb6a
Revert. restore old behaviour, the picto before the input field lead to
...
confusion for some users and break presentation with some pages
2021-01-15 13:36:24 +01:00