예제 #1
0
			    </blockquote>
			</div></td>
			<td width="80"><? echo $row_rsGeneral['FechaCreacion']; ?></td>
			<td width="80"><? echo $row_rsGeneral['Hora']; ?></td>
			<td>
			<div style="text-align:left;padding-left:10px">
			    <? echo $row_rsGeneral['UsuarioCreacion']; ?>			</div>			</td>
		  </tr>
		  <tr>
			<td width="100">&nbsp;</td>
			<td width="40">&nbsp;</td>
			<td width="80">&nbsp;</td>
			<td colspan="5">
				<?
            	$rsDetalle=$objDatos->ObtenerDetalleBoletaSelAll($row_rsGeneral['CodComprobante']);
                $rowDetalle=$objDatos->PoblarDetalleBoletaSelAll($rsDetalle);
                $totalRows_rsDetalle = mysql_num_rows($rsDetalle);
                ?>
				<div style="height:3px"></div>
				<div style="padding-left:50px">
					<table class="table" width="98%" border="0" cellspacing="2" cellpadding="0">
						<tr class="tr">
							<td width="35"><div style="text-align: right; padding-right: 3px">Item</div></td>
							<td>Concepto</td>
							<td width="60"><div style="text-align: right; padding-right: 5px">Total</div></td>
							<td width="60"><div style="text-align: right; padding-right: 5px">Saldo</div></td>
						</tr>
                        <?
                        $k=1;
                        if($totalRows_rsDetalle==0){
                        ?>