From 66381c43e1497001c574f6817a75d622714f0437 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Fri, 31 Oct 2014 14:36:00 -0400
Subject: [PATCH] Replaced missed cartSubmit with bulkActionSubmit.

---
 themes/bootstrap3/js/cart.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/js/cart.js b/themes/bootstrap3/js/cart.js
index b20b493920c..84572198cdb 100644
--- a/themes/bootstrap3/js/cart.js
+++ b/themes/bootstrap3/js/cart.js
@@ -187,7 +187,7 @@ $(document).ready(function() {
   Lightbox.addFormCallback('accountForm', function(html) {
     updatePageForLogin();
     if (lastCartSubmit !== false) {
-      cartSubmit(lastCartSubmit);
+      bulkActionSubmit(lastCartSubmit);
       lastCartSubmit = false;
     } else {
       newAccountHandler(html);
-- 
GitLab