Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1097385
D87.id221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Aug 12, 8:17 PM
Size
434 B
Mime Type
text/x-diff
Expires
Wed, Aug 13, 8:17 PM (4 h, 43 m)
Engine
blob
Format
Raw Data
Handle
710366
Attached To
D87: MINC-130 - Get next available sub-number during order split from database
D87.id221.diff
View Options
Index: modules/in-commerce/units/orders/orders_event_handler.php
===================================================================
--- modules/in-commerce/units/orders/orders_event_handler.php
+++ modules/in-commerce/units/orders/orders_event_handler.php
@@ -2983,7 +2983,7 @@
$processed_sub_orders[] = $sub_order->GetID();
- $next_sub_number++;
+ $next_sub_number = $sub_order->getNextSubNumber();
$group++;
}
Event Timeline
Log In to Comment