You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (LastIDPedidoLeido != 0)
{
Dict.Add("id", "[" + (LastIDPedidoLeido + 1) + ",9999999999]"); // DEL ÚLTIMO EN ADELANTE
// Dict.Add("id", "[>=" + (LastIDPedidoLeido + 1) + "]"); // DEL ÚLTIMO EN ADELANTE
// Dict.Add("id", "[" + (LastIDPedidoLeido + 1) + ",0]"); // DEL ÚLTIMO EN ADELANTE
}
Ordenacion = "id_asc";
Please consider making a Pull Request if you are capable of doing so.
If your problem is how to implement anything with PrestaSharp or make a question,
please, refer to our Slack# group with this request link:
https://join.slack.com/t/prestasharp/shared_invite/enQtNTM2OTI1OTg0NzUyLTY4NDdkZDFmY2EwMGE4MTMzZjk5YzZiMTk3MzUwNzUxNTdhMWEwZjFjNDJiZTIyMjI0MDM0NTcwMzIzNGI0Njc
What resource does this apply to?
Address? Carriers? Carts? Categories? ...
Description what you'd like to happen:
A clear description if the feature or behavior you'd like implemented.
Describe alternatives you've considered:
A clear description of any alternative solutions you've considered.
The text was updated successfully, but these errors were encountered: