Commit 59b0235d by iwan

Update skrd.pt

1 parent c67883bc
...@@ -226,17 +226,17 @@ ...@@ -226,17 +226,17 @@
<tr class="borderless"> <tr class="borderless">
<td>Pokok</td> <td>Pokok</td>
<td>:</td> <td>:</td>
<td><b>${'{:n}'.format(jml_pokok)}</b></td> <td><b>${'{:n}'.format(data.jml_pokok)}</b></td>
</tr> </tr>
<tr class="borderless"> <tr class="borderless">
<td>Denda</td> <td>Denda</td>
<td>:</td> <td>:</td>
<td><b>${'{:n}'.format(jml_denda)}</b></td> <td><b>${'{:n}'.format(data.jml_denda)}</b></td>
</tr> </tr>
<tr class="borderless"> <tr class="borderless">
<td>Jumlah</td> <td>Jumlah</td>
<td>:</td> <td>:</td>
<td><b>${'{:n}'.format(jml_bayar)}</b></td> <td><b>${'{:n}'.format(data.jml_bayar)}</b></td>
</tr> </tr>
</table> </table>
</td> </td>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!