User management fixed. Reports working now. Deployed
This commit is contained in:
@ -22,7 +22,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
filters.Add("Universal");
|
||||
SetFilterColumns(filters);
|
||||
grid.Columns["CustomerID"].Visible = false;
|
||||
grid.Columns["LedgerID"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
@ -21,7 +21,6 @@ namespace Tanshu.Accounts.Helpers
|
||||
filters.Add("Name");
|
||||
SetFilterColumns(filters);
|
||||
grid.Columns["UserID"].Visible = false;
|
||||
grid.Columns["timestamp"].Visible = false;
|
||||
}
|
||||
|
||||
protected override void FilterChanged(Dictionary<string, string> filter)
|
||||
|
||||
Reference in New Issue
Block a user