Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
8390b9bd16
@ -2415,7 +2415,7 @@ class Propal extends CommonObject
|
||||
}
|
||||
|
||||
$response = new WorkboardResponse();
|
||||
$response->warning_delay = $delay_warning;
|
||||
$response->warning_delay = $delay_warning/60/60/24;
|
||||
$response->label = $label;
|
||||
$response->url = DOL_URL_ROOT.'/comm/propal/list.php?viewstatut='.$statut;
|
||||
$response->img = img_object($langs->trans("Propals"),"propal");
|
||||
|
||||
@ -202,7 +202,7 @@ $sql.= ' WHERE pd.fk_donation = d.rowid';
|
||||
$sql.= ' AND d.entity = '.$conf->entity;
|
||||
$sql.= ' AND pd.rowid = '.$id;
|
||||
|
||||
dol_syslog("donations/payment/card.php", LOG_DEBUG);
|
||||
dol_syslog("don/payment/card.php", LOG_DEBUG);
|
||||
$resql=$db->query($sql);
|
||||
if ($resql)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user