fixed #12033: scratch variable problems during export

This commit is contained in:
Paul Driver 2011-02-03 13:50:42 -06:00
parent 7cb1fa97b5
commit 4a5196ac5c
2 changed files with 1 additions and 1 deletions

View file

@ -399,7 +399,6 @@ sub exportBranch {
$cs->output->setHandle($handle);
my $guard = guard {
close $handle;
$cs->var->end;
$cs->close();
$asset->$report('collateral notes', $output) if $output;
};