@@ -42,7 +42,7 @@ if (this_cnt.canDelete) // Kan ik dit contract verwijderen?
|
||||
+ " where cnt_contract_key = " + cnt_key;
|
||||
oRs = Oracle.Execute(sql);
|
||||
|
||||
sql = "SELECT cnt_contract_nummer"
|
||||
sql = "SELECT cnt_contract_nummer_intern"
|
||||
+ " FROM CNT_CONTRACT"
|
||||
+ " WHERE cnt_contract_verwijder IS NOT NULL"
|
||||
+ " AND cnt_contract_key = " + cnt_key;
|
||||
@@ -51,7 +51,7 @@ if (this_cnt.canDelete) // Kan ik dit contract verwijderen?
|
||||
if (!oRs.eof)
|
||||
{
|
||||
cnt.trackcontractverwijderen(cnt_key);
|
||||
result.message = L("lcl_cnt_deleted").format(cnt_key);
|
||||
result.message = L("lcl_cnt_deleted").format(oRs("cnt_contract_nummer_intern").value);
|
||||
result.success = true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user