store redirect
This commit is contained in:
parent
b9c5b30d50
commit
d131c105c3
@ -237,7 +237,9 @@ span.highlight {
|
||||
|
||||
<input type="submit" class="btn btn-primary Submit" value="Update"/ >
|
||||
|
||||
<input type="reset" class="btn btn-primary Submit" value="Cancel" />
|
||||
<!-- <input type="reset" class="btn btn-primary" value="Cancel" href="<?php echo base_url(); ?>storerequisitionlisting" /> -->
|
||||
<a class="btn btn-primary" href="<?php echo base_url(); ?>storerequisitionlisting">Cancel</a>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@ -447,6 +449,12 @@ function validate()
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
function Redirect()
|
||||
{
|
||||
window.location = "storerequisition";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user