1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00

Fix rigenerazione XML con save automatico della fattura

This commit is contained in:
loviuz 2019-10-28 12:49:12 +01:00
parent 3ced78de7d
commit 6db88e76b1

View File

@ -164,6 +164,7 @@ echo '
event.preventDefault();
var form = $("#edit-form");
form.find("*").prop("disabled", false);
valid = submitAjax(form);
if (valid) {';