fix: submit order summary center alignment
diff --git a/erpnext/selling/page/point_of_sale/pos_past_order_summary.js b/erpnext/selling/page/point_of_sale/pos_past_order_summary.js
index 4b75c0b..eb29976 100644
--- a/erpnext/selling/page/point_of_sale/pos_past_order_summary.js
+++ b/erpnext/selling/page/point_of_sale/pos_past_order_summary.js
@@ -299,12 +299,12 @@
 	}
 
 	load_summary_of(doc, after_submission=false) {
-		this.toggle_summary_placeholder(false)
-
 		after_submission ?
-			this.$summary_wrapper.css('grid-column', 'span 10 / span 10') :
-			this.$summary_wrapper.css('grid-column', 'span 6 / span 6')
-
+			this.$component.css('grid-column', 'span 10 / span 10') :
+			this.$component.css('grid-column', 'span 6 / span 6')
+		
+		this.toggle_summary_placeholder(false)
+		
 		this.doc = doc;
 
 		this.attach_document_info(doc);