%
DB.LebiShop.Lebi_OnlinePay onlinepay=DB.LebiShop.B_Lebi_OnlinePay.GetModel(order.OnlinePay_id);
DB.LebiShop.Lebi_Pay pay=DB.LebiShop.B_Lebi_Pay.GetModel(order.Pay_id);
if (pay == null){
pay = new DB.LebiShop.Lebi_Pay();
}
%>
<%
if((onlinepay!=null && order.IsPaid==0 && pay.Code=="OnlinePay") || order.Type_id_OrderType==215){
if (SYS.IsReduceBasketStep == "1"){
//Response.Redirect(URL("P_Pay",order.id+","+order.Code+",cashier"));
//Response.End();
%>
<%
}}
%>