GDFS#26662 Date selectie lijkt niet altijd te wissen: code cleanup
svn path=/Website/trunk/; revision=19125
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
File: fin_edit_factuur.js
|
File: fin_edit_factuur.js
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
var dateInputs = new Object();
|
||||||
function checkFactuurExistCallback(json, textStatus)
|
function checkFactuurExistCallback(json, textStatus)
|
||||||
{
|
{
|
||||||
if (textStatus == "success")
|
if (textStatus == "success")
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ empty = "__" + re1 + "__" + re1 + "____";
|
|||||||
<head>
|
<head>
|
||||||
<LINK href="<%=custpath%>/cust.css" rel="stylesheet" type="text/css">
|
<LINK href="<%=custpath%>/cust.css" rel="stylesheet" type="text/css">
|
||||||
<script>
|
<script>
|
||||||
|
var dateInputs = new Object();
|
||||||
|
|
||||||
function owcheckDate(value)
|
function owcheckDate(value)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,17 +13,8 @@ var FCLTEXPIRES = 8*60; // geen database interactie tenslotte
|
|||||||
|
|
||||||
<%
|
<%
|
||||||
Response.ContentType = "text/javascript";
|
Response.ContentType = "text/javascript";
|
||||||
|
|
||||||
re1 = '[' + (L("lcl_date_separator") == '-'
|
|
||||||
? L("lcl_date_separator")
|
|
||||||
: '-' + L("lcl_date_separator")) + ']';
|
|
||||||
empty = "__" + re1 + "__" + re1 + "____";
|
|
||||||
|
|
||||||
%>
|
%>
|
||||||
|
|
||||||
var empty='<%=empty%>';
|
|
||||||
var dateInputs = new Object();
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
i volgnr
|
i volgnr
|
||||||
ktype 'D', 'C', 'N' etc.
|
ktype 'D', 'C', 'N' etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user