Skip to content

Commit

Permalink
Asiakashinnasto: esitystapa tuotehinnastoryhmittäin
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna Hagberg committed Mar 30, 2015
1 parent db47a4e commit 5709c77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extranet/asiakashinnasto.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@
else {
$worksheet->writeString($excelrivi, $excelsarake, t("Veroton Myyntihinta", $hinkieli), $format_bold);
$excelsarake++;
$worksheet->writeString($excelrivi, $excelsarake, t("Verollinen Myyntihinta", $hinkieli), $format_bold);
$excelsarake++;
}

for ($alepostfix = 1; $alepostfix <= $yhtiorow['myynnin_alekentat']; $alepostfix++) {
Expand Down Expand Up @@ -496,6 +498,8 @@
else {
$worksheet->writeNumber($excelrivi, $excelsarake, $veroton);
$excelsarake++;
$worksheet->writeNumber($excelrivi, $excelsarake, $verollinen);
$excelsarake++;
}

for ($alepostfix = 1; $alepostfix <= $yhtiorow['myynnin_alekentat']; $alepostfix++) {
Expand Down

0 comments on commit 5709c77

Please sign in to comment.