FSN#56959:BTW percentage in factuurscherm gaat fout en wordt zomaar aangepast in edit mode.
svn path=/Website/branches/v2019.1/; revision=41607
This commit is contained in:
@@ -251,7 +251,8 @@ function FcltGetRefInfoCallback(json)
|
||||
|
||||
// Zet alle BTW selectboxen op de waarde json.defaultbtw indien er een standaard btw is ingevuld voor de kruising woco x leverancier. Anders de default waarde.
|
||||
$("#defaultbtw").val(json.defaultbtw? json.defaultbtw : "");
|
||||
$("select[name^=BTW]").val(json.defaultbtw? json.defaultbtw : fin_btw_default);
|
||||
if (json.refchanged)
|
||||
$("select[name^=BTW]").val(json.defaultbtw? json.defaultbtw : fin_btw_default);
|
||||
|
||||
$("#fin_type").val(json.ref_type);
|
||||
$("#lev_uit").val(json.lev_uit);
|
||||
|
||||
Reference in New Issue
Block a user