* FrontOfficeApiController.cs: Checks that postal information is

present, before throwing exceptions at generation time

* BlogsController.cs: leaves CodeKicker.BBCode

* Web.csproj: Removes references to CodeKicker.BBCode

* Estim.cs: reflects changes on Estim.tt

* Estim.tt: ensures that billing information are correctly rendered,
  either using the IBAN/BIC or Account numbers methods.

* Profile.cs: adds an "HasPostalAddress" boolean property to the
  profile objects
This commit is contained in:
Paul Schneider 2015-06-06 01:06:38 +02:00
commit f35e82d354
6 changed files with 238 additions and 123 deletions

View file

@ -9,7 +9,6 @@ using System.Web;
using System.Web.Configuration;
using System.Web.Profile;
using System.Web.Security;
using CodeKicker.BBCode;
using Npgsql.Web.Blog;
using Yavsc;
using Yavsc.Model;