BUG 10435 I added option to view history Upgrades SOLVED

I added option to view history Upgrades
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-02-20 17:33:13 -04:00
parent 02a0c21bed
commit e80c97fb4e
3 changed files with 29 additions and 29 deletions

View File

@@ -31,5 +31,5 @@ Ext.onReady(dbInfo.application.init, dbInfo.application);
function showUpgradedLogs() {
window.location = '../../uxmodern/main/screamFileUpgrades.php';
window.location = '../../uxmodern/main/screamFileUpgrades';
}