Subversion Repositories SmartDukaan

Rev

Rev 26817 | Rev 27180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26817 Rev 26828
Line 397... Line 397...
397
			</div>
397
			</div>
398
		</div>
398
		</div>
399
	</div>
399
	</div>
400
</div>
400
</div>
401
<script type=text/javascript">
401
<script type=text/javascript">
402
	if(typeof pendingPO !=undefined) {
402
	if(typeof pendingPO != "undefined") {
403
		$('input.search-phone').val(pendingPOCustomer.mobileNumber).change().attr('readonly', true);
403
		$('input.search-phone').val(pendingPOCustomer.mobileNumber).change().attr('readonly', true);
404
	}
404
	}
405
</script>
405
</script>
406
406