Referer hx
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "payments.h"
|
||||
|
||||
#include "sel_data.h"
|
||||
#include "history.h"
|
||||
|
||||
#include "jobs.h"
|
||||
|
||||
@@ -422,6 +423,9 @@ long account_calls(CVars in, CVars &out) {
|
||||
return getBankCombo(in, out);
|
||||
break;
|
||||
|
||||
case WRENCHBOARD_ACCOUNT_REFFERHX:
|
||||
return WrenchRefferHx( in, out);
|
||||
break;
|
||||
}
|
||||
logfmt(logINFO, "/account_calls()");
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user