2
0
forked from Wavyzz/dolibarr

Replace javascript by jQuery

This commit is contained in:
Laurent Destailleur
2010-08-29 15:38:47 +00:00
parent fd177b1746
commit 54489e6050
2 changed files with 22 additions and 20 deletions

View File

@@ -11,20 +11,6 @@
//
/*=================================================================
Purpose: Resubmit page when type of third party (company/individual) is changed
Input: param
Author: Laurent Destailleur
Licence: GPL
==================================================================*/
function dolibarr_type_reload(param)
{
document.formsoc.action.value='create';
document.formsoc.private.value=param;
document.formsoc.cleartype.value=1;
document.formsoc.submit();
}
/*=================================================================
Purpose: Resubmit page when barcode choice is changed (admin page)
Input: formNameID