Skip to content

Commit

Permalink
Fix: Accountancy - SQL error
Browse files Browse the repository at this point in the history
  • Loading branch information
aspangaro committed Jun 19, 2015
1 parent b2c1365 commit d959c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/journal/sellsjournal.php
Expand Up @@ -141,7 +141,7 @@

// Situation invoices handling
$line = new FactureLigne($db);
$line->fetch($obj->id);
$line->fetch($obj->rowid);
$prev_progress = $line->get_prev_progress();
if ($obj->situation_percent == 0) { // Avoid divide by 0
$situation_ratio = 0;
Expand Down

0 comments on commit d959c55

Please sign in to comment.