/******************************************************************************
* gshpPriceManagerComplement.js
*******************************************************************************
Complement par defaut du gestionnaire de prix du module GenericShop
*******************************************************************************
*                                                                             *
* Copyright 2008									                          *
*                                                                             *
******************************************************************************/

//
// ------------------------------------- class GshpPriceManagerComplement()
//

function setFlocageType(flocageCondition, inputValue){
	var flocageType = 0;
	if(inputValue != ''){
		if(flocageCondition){
			flocageType = 1;
		}else{
			flocageType = 2;
		}
	}
}

function GshpPriceManagerComplement()
{
}

GshpPriceManagerComplement.prototype.showReference = function(manager, product, code)
{
}

GshpPriceManagerComplement.prototype.onChangeDimension = function(manager, select, product, dimensions)
{
}

GshpPriceManagerComplement.prototype.onClickPackItem = function(manager, checkbox, product)
{
}