We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096316b commit a40678aCopy full SHA for a40678a
WooCommerce/Classes/ViewRelated/Products/Edit Product/Product Settings/ProductSettingsRows.swift
@@ -174,7 +174,7 @@ enum ProductSettingsRows {
174
175
func handleTap(sourceViewController: UIViewController, onCompletion: @escaping (ProductSettings) -> Void) {
176
let viewController = ProductMenuOrderViewController(settings: settings) { (productSettings) in
177
- //self.settings.purchaseNote = productSettings.purchaseNote
+ self.settings.menuOrder = productSettings.menuOrder
178
onCompletion(self.settings)
179
}
180
sourceViewController.navigationController?.pushViewController(viewController, animated: true)
0 commit comments