When vendor changes display before and after vendors instead of displaying the before vendor
twice.
This commit is contained in:
committed by
WineHQ
parent
0d9766059c
commit
300ad22e4b
@@ -188,7 +188,7 @@ class Application {
|
||||
return false;
|
||||
$oVendorBefore = new Vendor($oApp->iVendorId);
|
||||
$oVendorAfter = new Vendor($this->iVendorId);
|
||||
$sWhatChanged .= "Vendor was changed from ".$oVendorBefore->sName." to ".$oVendorBefore->sName.".\n\n";
|
||||
$sWhatChanged .= "Vendor was changed from ".$oVendorBefore->sName." to ".$oVendorAfter->sName.".\n\n";
|
||||
}
|
||||
|
||||
if ($this->iCatId && ($this->iCatId!=$oApp->iCatId))
|
||||
|
||||
Reference in New Issue
Block a user