/******************************************************************************
* gshpPriceManagerComplement.js
*******************************************************************************
Complement par defaut du gestionnaire de prix du module GenericShop
*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/

//
// ------------------------------------- class GshpPriceManagerComplement()
//
function GshpPriceManagerComplement()
{
}

GshpPriceManagerComplement.prototype.showReference = function(manager, product, key)
{
}

GshpPriceManagerComplement.prototype.onChangeDimension = function(manager, select, product, dimensions)
{
}

GshpPriceManagerComplement.prototype.onClickPackItem = function(manager, checkbox, product)
{
}
