clean missing spaces in the last merge

This commit is contained in:
Frédéric FRANCE 2019-02-02 09:49:07 +01:00
parent 2f40443b46
commit 80b48680f6
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -334,7 +334,7 @@ if ($action == 'confirm_generateinvoice')
$txtva = $dataforprice['tva_tx'];
$tmpinvoice->socid = $projectstatic->thirdparty->id;
$tmpinvoice->date = dol_mktime(GETPOST('rehour','int'), GETPOST('remin','int'), GETPOST('resec','int'), GETPOST('remonth','int'), GETPOST('reday','int'), GETPOST('reyear','int'));
$tmpinvoice->date = dol_mktime(GETPOST('rehour', 'int'), GETPOST('remin', 'int'), GETPOST('resec', 'int'), GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('reyear', 'int'));
$tmpinvoice->fk_project = $projectstatic->id;
$result = $tmpinvoice->create($user);