AAIT#37411 Facturatieschema / Termijnbedragen bij contracten
svn path=/Website/branches/v2016.3/; revision=32408
This commit is contained in:
@@ -17,7 +17,7 @@ $(function () {
|
||||
function pre_submit()
|
||||
{
|
||||
var period = $("#accountingperiod").val();
|
||||
if (!period || !period.match(/^\d{4}\-\d{1,2}$/))
|
||||
if (!$("#generate").prop("checked") && (!period || !period.match(/^\d{4}\-\d{1,2}$/)))
|
||||
{
|
||||
FcltMgr.alert(L("lcl_shared_validator_format"));
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user