fixed 725556
This commit is contained in:
parent
2d0515d532
commit
1d4fd673ab
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ sub www_deleteCollateralConfirm {
|
||||||
return WebGUI::Privilege::insufficient unless (WebGUI::Privilege::isInGroup(4));
|
return WebGUI::Privilege::insufficient unless (WebGUI::Privilege::isInGroup(4));
|
||||||
my $collateral = WebGUI::Collateral->new($session{form}{cid});
|
my $collateral = WebGUI::Collateral->new($session{form}{cid});
|
||||||
$collateral->delete;
|
$collateral->delete;
|
||||||
|
WebGUI::Session::deleteScratch("collateralPageNumber");
|
||||||
return www_listCollateral();
|
return www_listCollateral();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue