svn path=/Website/trunk/; revision=4176
This commit is contained in:
Maykel Geerdink
2011-07-27 09:53:54 +00:00
parent c1f92c103d
commit 78e14056d5
6 changed files with 58 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
/*
$Revision: 15 $
$Modtime: 20-06-11 15:32 $
$Revision: 16 $
$Modtime: 27-07-11 11:57 $
File: fin_edit_factuur.js
*/
@@ -40,6 +40,7 @@ function checkInput()
{ // Er zijn geen volledig ingevulde factuurregels.
if (blank_lines == 0)
AddItem();
alert(LCL.fin.no_complete_invoice_rows);
return false;
}
@@ -50,7 +51,7 @@ function checkInput()
{ fac_nr: $("#finnr").val(),
deb_nr: $("#findebtor").val(),
fin_key: $("#fin_key").val() },
checkFactuurExistCallback);
checkFactuurExistCallback);
}
function fin_submit()