Subversion Repositories SmartDukaan

Rev

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

Rev 21853 Rev 21859
Line 765... Line 765...
765
def to_t_categoryHsnCode(categoryHsnCode):
765
def to_t_categoryHsnCode(categoryHsnCode):
766
    t_categoryHsnCode = TCategoryHsnCode()
766
    t_categoryHsnCode = TCategoryHsnCode()
767
    t_categoryHsnCode.categoryId = categoryHsnCode.categoryId
767
    t_categoryHsnCode.categoryId = categoryHsnCode.categoryId
768
    t_categoryHsnCode.hsnCode = categoryHsnCode.hsnCode
768
    t_categoryHsnCode.hsnCode = categoryHsnCode.hsnCode
769
    t_categoryHsnCode.description = categoryHsnCode.description
769
    t_categoryHsnCode.description = categoryHsnCode.description
-
 
770
    return t_categoryHsnCode
770
 
771
 
771
def to_t_dtr_pricing(dtrPricing):
772
def to_t_dtr_pricing(dtrPricing):
772
    d_item, bulkPricingMap = dtrPricing
773
    d_item, bulkPricingMap = dtrPricing
773
    t_dtr_pricing = TDtrPricing()
774
    t_dtr_pricing = TDtrPricing()
774
    if d_item is None:
775
    if d_item is None: