Subversion Repositories SmartDukaan

Rev

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

Rev 6415 Rev 6431
Line 251... Line 251...
251
			gvAmount = gvAmount + order.getGvAmount();
251
			gvAmount = gvAmount + order.getGvAmount();
252
		}
252
		}
253
		if(gvAmount>0){
253
		if(gvAmount>0){
254
			isGv = true;	
254
			isGv = true;	
255
		}
255
		}
256
		return totalAmount;
256
		return (totalAmount-gvAmount);
257
	}
257
	}
258
 
258
 
259
	/**
259
	/**
260
	 * Removes the items processed through the given transaction from the
260
	 * Removes the items processed through the given transaction from the
261
	 * shopping cart.
261
	 * shopping cart.