Skip to content

Commit

Permalink
Fix bug intervention numbering on validation
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed May 12, 2013
1 parent a78b314 commit 757c22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fichinter/class/fichinter.class.php
Expand Up @@ -372,7 +372,7 @@ function setValid($user)
// Define new ref
if (! $error && (preg_match('/^[\(]?PROV/i', $this->ref)))
{
$num = $this->getNextNumRef($soc);
$num = $this->getNextNumRef($this->thirdparty);
}
else
{
Expand Down

0 comments on commit 757c22a

Please sign in to comment.