call money_check from deposit menu
This commit is contained in:
14
template/templates/expire_check.tpl
Normal file
14
template/templates/expire_check.tpl
Normal file
@@ -0,0 +1,14 @@
|
||||
<h3>Frissítés folyamatban...</h3>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$.ajax({
|
||||
url: '/_cron/money_check.php',
|
||||
success: function(data, status, jqXHR) {
|
||||
setTimeout(function() {
|
||||
window.location.replace("/admin/money_deposit");
|
||||
}, 4000);
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@@ -3,6 +3,7 @@
|
||||
<a href="/admin/create/money_deposit" class="addbutton add-big">Új befizetés</a>
|
||||
<a href="/admin/balance_list" class="addbutton add-big">Egyenleg lista</a>
|
||||
<a href="/admin/lease" class="addbutton add-big">Bérlettípusok</a>
|
||||
<a href="/admin/expire_check" class="addbutton flag-big">Frissítés</a>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user