Subversion Repositories SmartDukaan

Rev

Rev 24356 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24356 Rev 24359
Line 782... Line 782...
782
      shortPercentage = numberToComma($partnerInvestment.getShortPercentage());
782
      shortPercentage = numberToComma($partnerInvestment.getShortPercentage());
783
      grnPendingStockAmount = numberToComma($partnerInvestment.getGrnPendingAmount());
783
      grnPendingStockAmount = numberToComma($partnerInvestment.getGrnPendingAmount());
784
      unbilledStockAmount = numberToComma($partnerInvestment.getUnbilledAmount());
784
      unbilledStockAmount = numberToComma($partnerInvestment.getUnbilledAmount());
785
      inStockAmount = numberToComma($partnerInvestment.getInStockAmount());
785
      inStockAmount = numberToComma($partnerInvestment.getInStockAmount());
786
      walletAmount = numberToComma($partnerInvestment.getWalletAmount());
786
      walletAmount = numberToComma($partnerInvestment.getWalletAmount());
787
      shortAmount = numberToComma($partnerInvestment.getShortAmount());
787
      shortAmount = numberToComma($partnerInvestment.getShortInvestment());
788
      minAmountToBeAdded = numberToComma($partnerInvestment.getMinAmountToBeAdded);
788
      minAmountToBeAdded = numberToComma($partnerInvestment.getMinAmountToBeAdded);
789
      
789
      
790
      $(function(){
790
      $(function(){
791
		if (navigator.geolocation) {
791
		if (navigator.geolocation) {
792
	        navigator.geolocation.getCurrentPosition(showPosition);
792
	        navigator.geolocation.getCurrentPosition(showPosition);