mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: pagamento parcial comanda part1
This commit is contained in:
@@ -33,6 +33,11 @@ function modal_payment_comanda() {
|
||||
recebido = document.getElementById('recebido')
|
||||
recebido.focus()
|
||||
}
|
||||
function modal_payment_parcial() {
|
||||
document.getElementById('payment-parcial').style.display = 'block';
|
||||
// recebido = document.getElementById('recebido')
|
||||
// recebido.focus()
|
||||
}
|
||||
|
||||
|
||||
function modal_conta_client() {
|
||||
|
||||
Reference in New Issue
Block a user