Skip to content

Commit

Permalink
HF: toimitusvahvistus_email
Browse files Browse the repository at this point in the history
Toimitusvahvistus_email.inc käytti $rakir_row muuttujaa vaikkei
semmosta ollut
  • Loading branch information
Tony Selkamo committed Jan 12, 2018
1 parent a76b5f5 commit 0563d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/functions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33452,7 +33452,7 @@ if (!function_exists('pupesoft_toimitusvahvistus')) {
return;
}

$laskurow = mysql_fetch_assoc($toimv_laskures);
$rakir_row = $laskurow = mysql_fetch_assoc($toimv_laskures);

if (empty($laskurow['toimitusvahvistus'])) {
return;
Expand Down

0 comments on commit 0563d9d

Please sign in to comment.