VLKC#41526 totaalbedragkolom erbij
svn path=/Website/trunk/; revision=34843
This commit is contained in:
@@ -212,14 +212,14 @@ function cnt_list (pautfunction, params)
|
||||
var buttons = [];
|
||||
// als tiny dan tonen we een shortcut naar contractbeheer
|
||||
// voorlasnog alleen bij relatiebeheer. Dit mag ook voor Locaties, Gebouwen en Objecten?
|
||||
if (tiny == 1 && uitvoerder_key > 0)
|
||||
if (tiny == 1 && uitvoerder_key > 0)
|
||||
{
|
||||
var cnturl = "appl/cnt/cnt_search.asp";
|
||||
if (uitvoerder_key > 0)
|
||||
cnturl += "?comp_key=" + uitvoerder_key + "&autosearch=1"
|
||||
|
||||
|
||||
buttons.push({title: L("lcl_menu_cnt_bo"), icon: "contract.png", action: "FcltMgr.openDetail('"+cnturl+"', '"+L("lcl_menu_cnt_bo")+"')" });
|
||||
}
|
||||
}
|
||||
if ((S("cnt_contract_approval") == 0 && authparamsCNTMAN && authparamsCNTMAN.ALGwritelevel < 9 && authparamsCNTMAN.PRSwritelevel < 9) ||
|
||||
(S("cnt_contract_approval") == 1 && authparamsCNTUSE && authparamsCNTUSE.ALGwritelevel < 9 && authparamsCNTUSE.PRSwritelevel < 9))
|
||||
{
|
||||
@@ -279,10 +279,7 @@ function cnt_list (pautfunction, params)
|
||||
rst.addColumn(new Column({caption: L("lcl_cnt_cancel_date"), content: "cnt_opzegdatum"}));
|
||||
}
|
||||
rst.addColumn(new Column({caption: L("lcl_cnt_enddate"), content: "einddatum"}));
|
||||
if (outputmode != 0)
|
||||
{
|
||||
rst.addColumn(new Column({caption: L("lcl_cnt_contract_sum") + " (" + L("lcl_valutasign") + ")", content: "cnt_contract_kosten", datatype: "currency"}));
|
||||
}
|
||||
rst.addColumn(new Column({caption: L("lcl_cnt_contract_sum") + " (" + L("lcl_valutasign") + ")", content: "cnt_contract_kosten", datatype: "currency", total: true}));
|
||||
|
||||
rst.addAction({ action: "cntEdit", caption: L("lcl_edit"), isDefault: true });
|
||||
if (S("cnt_contract_approval") == 1)
|
||||
|
||||
Reference in New Issue
Block a user