@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user