Skip to content
Snippets Groups Projects
Commit c5be2ba9 authored by Satish's avatar Satish
Browse files

Added hook to stop migration if non ported extension found

parent 7fbf5a90
No related branches found
No related tags found
1 merge request!199Fixes #528 - vt7: Recent Foreign Key changes can't save a Product to a Quote.
......@@ -102,7 +102,7 @@ if (!$errorMessage) {
</div>
</div>
<div class="button-container col-lg-12">
<input type="button" onclick="window.location.href='index.php'" class="btn btn-large btn-primary pull-right" value="Finish"/>
<input type="button" onclick="window.location.href='../index.php'" class="btn btn-large btn-primary pull-right" value="Finish"/>
<?php } else if($currentVersion[0] >= 6 && $currentVersion[1] >= 0) { ?>
<div class="col-lg-8" style="padding-left: 30px;">
<h3> Welcome to Vtiger Migration</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment