The entry command now implies --actual
This commit is contained in:
parent
25f106d299
commit
ea0e14ae74
1 changed files with 4 additions and 2 deletions
|
|
@ -411,10 +411,12 @@ value_t xact_command(call_scope_t& args)
|
|||
value_t::sequence_t::const_iterator begin = args.value().begin();
|
||||
value_t::sequence_t::const_iterator end = args.value().end();
|
||||
|
||||
report_t& report(find_scope<report_t>(args));
|
||||
xact_template_t tmpl = args_to_xact_template(begin, end);
|
||||
report_t& report(find_scope<report_t>(args));
|
||||
xact_template_t tmpl = args_to_xact_template(begin, end);
|
||||
std::auto_ptr<xact_t> new_xact(derive_xact_from_template(tmpl, report));
|
||||
|
||||
report.HANDLER(limit_).on("actual"); // jww (2009-02-27): make this more general
|
||||
|
||||
report.xact_report(post_handler_ptr
|
||||
(new format_posts(report,
|
||||
report.HANDLER(print_format_).str())),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue