Skip to content

Commit

Permalink
Merge pull request #3795 from grandoc/patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
eldy committed Oct 26, 2015
2 parents eb42e0f + 8fffdae commit 0c83d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/customer/index.php
Expand Up @@ -86,7 +86,7 @@
setEventMessage($db->lasterror(), 'errors');
} else {
$db->commit();
setEventMessage($langs->trans('Dispatched'), 'mesgs');
setEventMessages($langs->trans('Dispatched'), null, 'mesgs');
}
}

Expand Down Expand Up @@ -346,4 +346,4 @@
print '</td></tr></table>';

llxFooter();
$db->close();
$db->close();

0 comments on commit 0c83d15

Please sign in to comment.