Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2017
1 parent 1be389f commit f579fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/bank/class/bankcateg.class.php
Expand Up @@ -216,7 +216,7 @@ public function delete(User $user, $notrigger = 0)
// Delete link between tag and bank lines
if (! $error)
{
$sql = "DELETE FROM ".MAIN_DB_PREFIX."bank_class"; // No more used
$sql = "DELETE FROM ".MAIN_DB_PREFIX."bank_class";
$sql.= " WHERE fk_categ = ".$this->id;

$resql = $this->db->query($sql);
Expand Down

0 comments on commit f579fc6

Please sign in to comment.