Skip to content

Commit

Permalink
Merge pull request #3342 from devlab-oy/mika/rahtituotefix
Browse files Browse the repository at this point in the history
Rahtituotefix
  • Loading branch information
juppe authored Sep 8, 2016
2 parents f327525 + 9615ebd commit 17a9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raportit/hinnoittelupoikkeamat.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

$x = 1;

$rahtinro_tuoteno_lisa = "'{$yhtiorow['rahti_tuotenumero']}', ";
$rahtinro_tuoteno_lisa = "'{$yhtiorow['rahti_tuotenumero']}'";
$rahtinro_tuoteno_lisa = lisaa_vaihtoehtoinen_rahti_merkkijonoon($rahtinro_tuoteno_lisa);

$query = "SELECT *
Expand Down

0 comments on commit 17a9156

Please sign in to comment.