FSN#34806 Verplicht veld 'factuurbijlage' is niet zichtbaar
svn path=/Website/trunk/; revision=28017
This commit is contained in:
@@ -79,7 +79,8 @@ if (params.extFilter != "xxx")
|
||||
|
||||
function uploadDone(json)
|
||||
{
|
||||
var return_data = { cnt: 1,
|
||||
var aantal = ((json.safefilename||"") == "" ? 0 : 1);
|
||||
var return_data = { cnt: aantal,
|
||||
fileName: json.safefilename||"",
|
||||
fullPath: json.fullPath||"",
|
||||
org_data: FcltMgr.dialogArguments()
|
||||
|
||||
@@ -943,7 +943,7 @@ function listKenmerk(sql, module, key, props)
|
||||
{
|
||||
kv += "<input type='button' "
|
||||
+ "class='bijlage1 button " + (required? required_class : "") + "' "
|
||||
+ "isBijlage='1' nBijlagen='0' "
|
||||
+ "isBijlage='1' nBijlagen='"+(val?1:0)+"' "
|
||||
+ "value='" + L("lcl_add") + "'"
|
||||
+ (val?" style='display:none' ": " ")
|
||||
+ "onClick=\"" + blg + "\""
|
||||
|
||||
Reference in New Issue
Block a user