Photo Field in Customer,Employee and Commissionor
This commit is contained in:
@@ -80,6 +80,8 @@
|
||||
</div>
|
||||
</nav>
|
||||
<script type="text/javascript">
|
||||
var otherPayment = location.href.split('/')[location.href.split('/').length -1 ];
|
||||
document.getElementById("otherPayment").innerHTML = otherPayment;
|
||||
if((document.getElementById("otherPayment")!=undefined) && (document.getElementById("otherPayment")!=null) && (document.getElementById("otherPayment")!="")){
|
||||
var otherPayment = location.href.split('/')[location.href.split('/').length -1 ];
|
||||
document.getElementById("otherPayment").innerHTML = otherPayment;
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user