Subversion Repositories SmartDukaan

Rev

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

Rev 15773 Rev 15774
Line 108... Line 108...
108
                        except:
108
                        except:
109
                            prodClient = CatalogClient("catalog_service_server_host_prod").get_client()
109
                            prodClient = CatalogClient("catalog_service_server_host_prod").get_client()
110
                    break
110
                    break
111
                except Exception as e:
111
                except Exception as e:
112
                    cclient = CatalogClient().get_client()       
112
                    cclient = CatalogClient().get_client()       
113
                break
-
 
114
            vip = VendorItemPricing()
113
            vip = VendorItemPricing()
115
            vip.itemId = item_id
114
            vip.itemId = item_id
116
            vip.dealerPrice = round(dp)
115
            vip.dealerPrice = round(dp)
117
            vip.mop = round(mop)
116
            vip.mop = round(mop)
118
            vip.nlc = round(nlc)
117
            vip.nlc = round(nlc)