Implements the school fees gestion for a student and a payment table containing a history of all the financial transactions of the system
This commit is contained in:
@ -12,6 +12,9 @@
|
||||
|
||||
async function upPage(id,review){
|
||||
await validateRegister(id,review);
|
||||
if (review == "Accepted"){
|
||||
|
||||
}
|
||||
requests.value = await getAllRegisters();
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user