Fix: Some ajax features was broken

This commit is contained in:
Laurent Destailleur
2009-08-27 22:20:01 +00:00
parent 8843c70cd0
commit c296965865
12 changed files with 89 additions and 73 deletions

View File

@@ -41,13 +41,13 @@ function autofilltownfromzip_PopupPostalCode(postalcode,objecttown,objectcountry
if((document.window != null) && (!hWnd.opener)) hWnd.opener = document.window;
}
function autofilltownfromzip_save_refresh_edit()
function company_save_refresh_edit()
{
document.formsoc.action.value="edit";
document.formsoc.submit();
}
function autofilltownfromzip_save_refresh_create()
function company_save_refresh_create()
{
document.formsoc.action.value="create";
document.formsoc.submit();