From 855f6e4c026522eada91c35e7c01a9344fef6160 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 22 Apr 2014 14:46:10 +0200 Subject: [PATCH] fix update process --- setup/update/2.0.0.sql | 2 +- templates/frontOffice/default/order-invoice.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/update/2.0.0.sql b/setup/update/2.0.0.sql index eef3bf051..04cc90baf 100644 --- a/setup/update/2.0.0.sql +++ b/setup/update/2.0.0.sql @@ -45,7 +45,7 @@ INSERT INTO resource_i18n (`id`, `locale`, `title`) VALUES SET @max := @max+1; INSERT INTO resource (`id`, `code`, `created_at`, `updated_at`) VALUES -(@max, 'admin.cache', NOW(), NOW()); +(@max, 'admin.home', NOW(), NOW()); INSERT INTO resource_i18n (`id`, `locale`, `title`) VALUES (@max, 'en_US', 'Back-office home page'), diff --git a/templates/frontOffice/default/order-invoice.html b/templates/frontOffice/default/order-invoice.html index dadc04427..fd0b5d22c 100644 --- a/templates/frontOffice/default/order-invoice.html +++ b/templates/frontOffice/default/order-invoice.html @@ -273,7 +273,7 @@ {intl l= {/loop} - {intl l="Pay with %module_title" module_title={$TITLE}} + {$TITLE} {/loop}