From fb70978c84d6402386959314ac87168cdc760f7b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 21 Oct 2016 10:47:50 +0200 Subject: [PATCH] NO submodule init --- app/templates/shop/includes/product_list_square_style.html | 1 + scripts/pull.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/shop/includes/product_list_square_style.html b/app/templates/shop/includes/product_list_square_style.html index e828e56c..f06203ca 100644 --- a/app/templates/shop/includes/product_list_square_style.html +++ b/app/templates/shop/includes/product_list_square_style.html @@ -18,6 +18,7 @@ {% for product_inline in list.products.all %} {% with product_inline.product as product %} {% with product.links.all|get_type_link:"link" as links %} + {% with product.prestashop_products.all as prestashop_products %}
{% if product.images.all %} diff --git a/scripts/pull.sh b/scripts/pull.sh index a6e290fe..cf7f52ab 100755 --- a/scripts/pull.sh +++ b/scripts/pull.sh @@ -3,6 +3,5 @@ sudo chown -R $USER data/media sudo chown -R $USER data/backup git pull -git submodule update --init --recursive git submodule foreach git pull docker-compose run db /srv/scripts/restore_db.sh -- 2.39.5