Skip to content
Snippets Groups Projects
Commit fcb70bc1 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #2528 from frederic34/patch-16

Update card.php
parents c5d81193 dc89e365
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment