Update onchange function for modal gadaian v2, & fix sag
This commit is contained in:
@@ -317,9 +317,9 @@
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
window.print();
|
||||
// window.onfocus = function() {
|
||||
// window.close();
|
||||
// }
|
||||
window.onfocus = function() {
|
||||
window.close();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
@@ -473,7 +473,7 @@
|
||||
echo $marhun['descpt'];
|
||||
@endphp
|
||||
</td>
|
||||
<td>{{ $marhun_detail[$i]['nota'] }}</td>
|
||||
<td>{{ $marhun_detail[$i]['tag_permata'] == 1 ? '(P) ' : '' }}{{ $marhun_detail[$i]['nota'] }}</td>
|
||||
<td>{{ $marhun_detail[$i]['bil'] }}</td>
|
||||
<td>{{ $marhun_detail[$i]['karat'] }}</td>
|
||||
<td>{{ $marhun_detail[$i]['harga'] }}</td>
|
||||
|
||||
Reference in New Issue
Block a user