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="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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@ -450,6 +452,12 @@ function validate()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function Redirect()
|
||||||
|
{
|
||||||
|
window.location = "storerequisition";
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user