Changeset 2945299
- Timestamp:
- 07/31/2023 09:15:11 AM (3 years ago)
- Location:
- bosta-woocommerce
- Files:
-
- 2 edited
-
tags/3.0.6/bosta-woocommerce.php (modified) (1 diff)
-
trunk/bosta-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bosta-woocommerce/tags/3.0.6/bosta-woocommerce.php
r2945241 r2945299 576 576 577 577 add_filter('handle_bulk_actions-edit-shop_order', 'bosta_sync_handle', 10, 3); 578 function bosta_sync_handle($redirect_to, $action, $order_ids, $page_num )578 function bosta_sync_handle($redirect_to, $action, $order_ids, $page_num = 1) 579 579 { 580 580 if ($action != 'sync_to_bosta' && $action != 'sync_cash_collection_orders') { -
bosta-woocommerce/trunk/bosta-woocommerce.php
r2945241 r2945299 576 576 577 577 add_filter('handle_bulk_actions-edit-shop_order', 'bosta_sync_handle', 10, 3); 578 function bosta_sync_handle($redirect_to, $action, $order_ids, $page_num )578 function bosta_sync_handle($redirect_to, $action, $order_ids, $page_num = 1) 579 579 { 580 580 if ($action != 'sync_to_bosta' && $action != 'sync_cash_collection_orders') {
Note: See TracChangeset
for help on using the changeset viewer.