year data
This commit is contained in:
@@ -461,6 +461,7 @@ long job_email(long mailtype, CVars in, CVars &out) {
|
||||
|
||||
CVars yr;
|
||||
load_db_record(yr, "SELECT to_char(now(), 'yyyy') AS YYYY");
|
||||
vars2form(yr, form);
|
||||
|
||||
switch (mailtype) {
|
||||
|
||||
|
||||
@@ -612,9 +612,9 @@ long WRB_doServiceTransferComplete(CVars in, CVars &out) {
|
||||
pm["fee"].set_valid(true);
|
||||
pm["mode"] = PAYMENT_MODE;
|
||||
pm["mode"].set_valid(true);
|
||||
pm["wallet_uid"] in["wallet_uid"];
|
||||
pm["wallet_uid"] = in["wallet_uid"];
|
||||
pm["wallet_uid"].set_valid(true);
|
||||
pm["terminating_country_code"] in["TerminatingCountryCode"];
|
||||
pm["terminating_country_code"] = in["TerminatingCountryCode"];
|
||||
pm["terminating_country_code"].set_valid(true);
|
||||
/*
|
||||
#define SM_PENDING 1
|
||||
|
||||
Reference in New Issue
Block a user