Primer commit del sistema avantika sin cambios
This commit is contained in:
13
javascript/facturacion-certificado.js
Executable file
13
javascript/facturacion-certificado.js
Executable file
@@ -0,0 +1,13 @@
|
||||
Event.observe(window, 'load', function() {
|
||||
|
||||
if($('agregarCertificado')!= undefined)
|
||||
Event.observe($('agregarCertificado'), "click", AgregarCertificado);
|
||||
|
||||
});
|
||||
|
||||
function AgregarCertificado(){
|
||||
|
||||
$("loader").show();
|
||||
$('frmCertificado').submit();
|
||||
|
||||
}//AgregarCertificado
|
||||
Reference in New Issue
Block a user