mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-04-04 09:33:24 -04:00
parent
28f8bf464e
commit
dbcfbd67e0
@ -725,7 +725,9 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
><?php echo $row_Recordset1['format_amount']; ?> </td>
|
><?php echo $row_Recordset1['format_amount'];
|
||||||
|
$total = $total + $row_Recordset1['amount'];
|
||||||
|
?> </td>
|
||||||
<td><?php $record_trans_id = $row_Recordset1['transaction_id'];
|
<td><?php $record_trans_id = $row_Recordset1['transaction_id'];
|
||||||
foreach ($_GET as $i => $value) {
|
foreach ($_GET as $i => $value) {
|
||||||
if ($i != "trans_id") {
|
if ($i != "trans_id") {
|
||||||
@ -786,6 +788,11 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
|||||||
<input type="hidden" name="shop_visit_id" value="<?php echo $row_Recordset1['transaction_id']; ?>">
|
<input type="hidden" name="shop_visit_id" value="<?php echo $row_Recordset1['transaction_id']; ?>">
|
||||||
</form>
|
</form>
|
||||||
<?php } //while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); // while Recordset1 ?>
|
<?php } //while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); // while Recordset1 ?>
|
||||||
|
<tr>
|
||||||
|
<td>TOTAL</td><td></td><td></td><td></td><td></td><td></td>
|
||||||
|
<td>$<?php echo number_format((float)$total, 2, '.', ''); ?></td>
|
||||||
|
<td></td><td></td>
|
||||||
|
</tr>
|
||||||
</table> </tr>
|
</table> </tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user