FIX ; var case

On this page $datePrint is not used but $dateprint yes
This commit is contained in:
John BOTELLA 2021-05-08 13:53:20 +02:00 committed by GitHub
parent 824a601014
commit 2fda3b1b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ if ($type_element == 'propal')
$where = " WHERE c.fk_soc = s.rowid AND s.rowid = ".$socid;
$where.= " AND d.fk_propal = c.rowid";
$where.= " AND c.entity = ".$conf->entity;
$datePrint = 'c.datep';
$dateprint = 'c.datep';
$doc_number='c.ref';
$thirdTypeSelect='customer';
}