Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
This commit is contained in:
commit
f084c306b2
@ -100,7 +100,7 @@ if (empty($reshook)) {
|
||||
$datestart = dol_mktime(12, 0, 0, GETPOST('startmonth', 'int'), GETPOST('startday', 'int'), GETPOST('startyear', 'int'));
|
||||
$dateend = dol_mktime(12, 0, 0, GETPOST('endmonth', 'int'), GETPOST('endday', 'int'), GETPOST('endyear', 'int'));
|
||||
$capital = price2num(GETPOST('capital'));
|
||||
$rate = GETPOST('rate');
|
||||
$rate = price2num(GETPOST('rate'));
|
||||
|
||||
if (!$capital) {
|
||||
$error++; $action = 'create';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user