git-svn-id: https://msi/svn/firstRepo/Management/trunk@69 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-02-17 16:34:01 +00:00
parent 8e5dd7387a
commit f555d88936
4 changed files with 115 additions and 61 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/editricetta/editricett
{
datarecord.note = unescape(datarecord.note);
var div = '';
if (datarecord.id_tipo_ingredienti === "22")
if (datarecord.id_tipo_ingredienti === "22" || datarecord.id_tipo_ingredienti === "152")
{
div = '<div><b>' + datarecord.nome_ingrediente + '</b>: <i>' + datarecord.note + '</i></div>';
}