[Weberp-svn] SF.net SVN: weberp:[6246] trunk/WorkOrderEntry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-15 14:50:02
|
Revision: 6246 http://weberp.svn.sourceforge.net/weberp/?rev=6246&view=rev Author: tim_schofield Date: 2011-07-15 14:49:56 +0000 (Fri, 15 Jul 2011) Log Message: ----------- XHTML quoting corrections Modified Paths: -------------- trunk/WorkOrderEntry.php Modified: trunk/WorkOrderEntry.php =================================================================== --- trunk/WorkOrderEntry.php 2011-07-15 14:49:46 UTC (rev 6245) +++ trunk/WorkOrderEntry.php 2011-07-15 14:49:56 UTC (rev 6246) @@ -483,7 +483,7 @@ if (isset($WOResult)){ echo '<tr><td class="label">' . _('Accumulated Costs') . ':</td> - <td class=number>' . number_format($myrow['costissued'],2) . '</td></tr>'; + <td class="number">' . number_format($myrow['costissued'],2) . '</td></tr>'; } echo '</table> <br /><table class="selection">'; @@ -512,8 +512,8 @@ } else { echo'<td><input type="text" class="number" name="OutputQty' . $i . '" value=' . $_POST['OutputQty' . $i] . ' size=10 maxlength=10></td>'; } - echo '<td class=number><input type="hidden" name="RecdQty' . $i . '" value=' . $_POST['RecdQty' .$i] . '>' . $_POST['RecdQty' .$i] .'</td> - <td class=number>' . ($_POST['OutputQty' . $i] - $_POST['RecdQty' .$i]) . '</td>'; + echo '<td class="number"><input type="hidden" name="RecdQty' . $i . '" value=' . $_POST['RecdQty' .$i] . '>' . $_POST['RecdQty' .$i] .'</td> + <td class="number">' . ($_POST['OutputQty' . $i] - $_POST['RecdQty' .$i]) . '</td>'; if ($_POST['Controlled'.$i]==1){ echo '<td><input type="text" name="NextLotSNRef' .$i . '" value="' . $_POST['NextLotSNRef'.$i] . '"></td>'; if ($_SESSION['DefineControlledOnWOEntry']==1){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |