mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/bom/tpl/objectline_create.tpl.php htdocs/compta/bank/releve.php htdocs/core/class/html.formsetup.class.php htdocs/takepos/freezone.php
This commit is contained in:
@@ -81,8 +81,8 @@ $search_duration = GETPOSTINT('search_duration');
|
||||
$search_value = GETPOSTINT('search_value');
|
||||
$search_task_ref = GETPOST('search_task_ref', 'alpha');
|
||||
$search_task_label = GETPOST('search_task_label', 'alpha');
|
||||
$search_user = GETPOSTINT('search_user');
|
||||
$search_valuebilled = GETPOSTINT('search_valuebilled');
|
||||
$search_user = GETPOST('search_user', 'intcomma');
|
||||
$search_valuebilled = GETPOST('search_valuebilled', 'intcomma');
|
||||
$search_product_ref = GETPOST('search_product_ref', 'alpha');
|
||||
$search_company = GETPOST('$search_company', 'alpha');
|
||||
$search_company_alias = GETPOST('$search_company_alias', 'alpha');
|
||||
|
||||
Reference in New Issue
Block a user