* 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:
parent
fc326a3092
commit
f35e82d354
6 changed files with 238 additions and 123 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue