dolibarr/htdocs/core
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
..
ajax update 2020-12-14 22:40:47 +03:00
boxes Fix missing alias 2021-01-15 17:59:08 +01:00
class Fix crop of image on invoices. 2021-01-16 15:35:15 +01:00
data
db Fix regression 2021-01-04 12:08:14 +01:00
filemanagerdol update 2020-12-14 22:40:47 +03:00
js update 2020-12-14 22:40:47 +03:00
lib Update functions.lib.php 2021-01-16 16:51:27 +01:00
login update 2020-12-14 22:40:47 +03:00
menus FIX: Accountancy - Debug experimental function to validate movements 2021-01-02 14:00:24 +01:00
modules Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2021-01-06 20:28:33 +01:00
tpl Fix #15949 by introducing 'alphawithlgt' as GETPOST possible param. 2021-01-12 21:06:02 +01:00
triggers Fix phpcs 2021-01-07 10:20:41 +01:00
actions_addupdatedelete.inc.php action=confirm_deleteline ... method_exists has object as first parameter 2020-12-14 23:17:58 +03:00
actions_builddoc.inc.php update 2020-12-14 22:40:47 +03:00
actions_changeselectedfields.inc.php update 2020-12-14 22:40:47 +03:00
actions_comments.inc.php update 2020-12-14 22:40:47 +03:00
actions_dellink.inc.php
actions_extrafields.inc.php update 2020-12-14 22:40:47 +03:00
actions_fetchobject.inc.php update 2020-12-14 22:40:47 +03:00
actions_lineupdown.inc.php
actions_linkedfiles.inc.php update 2020-12-14 22:40:47 +03:00
actions_massactions.inc.php update 2020-12-14 22:40:47 +03:00
actions_printing.inc.php update 2020-12-14 22:40:47 +03:00
actions_sendmails.inc.php update 2020-12-14 22:40:47 +03:00
actions_setmoduleoptions.inc.php update 2020-12-14 22:40:47 +03:00
actions_setnotes.inc.php update 2020-12-14 22:40:47 +03:00
antispamimage.php
commonfieldsinexport.inc.php update 2020-12-14 22:40:47 +03:00
customreports.php update 2020-12-14 22:40:47 +03:00
datepicker.php
doxygen.php
extrafieldsinexport.inc.php update 2020-12-14 22:40:47 +03:00
get_info.php update 2020-12-14 22:40:47 +03:00
get_menudiv.php update 2020-12-14 22:40:47 +03:00
index.html
photos_resize.php Fix crop of image on invoices. 2021-01-16 15:35:15 +01:00
search_page.php
search.php
tools.php
website.inc.php update 2020-12-14 22:40:47 +03:00