Skip to content

Commit

Permalink
Tuotannonsuunnitteluun liittyen vaihdettu ja lisätty kenttiä
Browse files Browse the repository at this point in the history
  • Loading branch information
tomit committed Nov 21, 2013
1 parent ed10f82 commit 517b2b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tarkastettavat_valmistukset.php
Expand Up @@ -94,8 +94,9 @@
<tr>
<th>" . t("Tunnus") . "</th>
<th>" . t("Tila") . "</th>
<th>" . t("Valmiste") . "</th>
<th>" . t("Nimitys") . "</th>
<th>" . t("Viite") . "</th>
<th>" . t("Määrä") . "</th>
<th>" . t("Ylityötunnit") . "</th>
<th>" . t("Kommentti") . "</th>
<th colspan=2></th>
Expand All @@ -114,6 +115,7 @@
echo "</td>";

echo "<td>{$valmistus->viesti()}</td>";
echo "<td>" . $valmiste['varattu'] . $valmiste['yksikko'] . "</td>";
echo "<td>{$valmistus->ylityotunnit}</td>";
echo "<td>{$valmistus->kommentti}</td>";
echo "<td><form method='get'>
Expand Down
4 changes: 2 additions & 2 deletions valmistusten_jakaminen.php
Expand Up @@ -34,10 +34,10 @@
echo "<table>";
echo "<tr>
<th>" . t("Valmistus") . "</th>
<th>" . t("Valmistuksen tila") . "</th>
<th>" . t("Tila") . "</th>
<th>" . t("Nimitys") . "</th>
<th>" . t("Viite") . "</th>
<th>" . t("Varattu") . "</th>
<th>" . t("Määrä") . "</th>
<th>" . t("Valmistettu") . "</th>
</tr>";

Expand Down

0 comments on commit 517b2b4

Please sign in to comment.