Added missing break; statement in report.cc
This commit is contained in:
parent
10180f0fff
commit
5c5c6463c7
1 changed files with 1 additions and 0 deletions
|
|
@ -1596,6 +1596,7 @@ expr_t::ptr_op_t report_t::lookup(const symbol_t::kind_t kind,
|
|||
if (is_eq(p, "draft")) {
|
||||
return WRAP_FUNCTOR(xact_command);
|
||||
}
|
||||
break;
|
||||
case 'e':
|
||||
if (is_eq(p, "equity")) {
|
||||
HANDLER(generated).on("#equity");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue