fixed #12033: scratch variable problems during export
This commit is contained in:
parent
7cb1fa97b5
commit
4a5196ac5c
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue