|
|
@@ -2178,7 +2178,7 @@ debugger;
|
|
|
this._computeItemFieldData(name, null, dataItem);
|
|
|
//if (this.data[name]){
|
|
|
if (this[dom]){
|
|
|
- if (dom=="layout_redHeader" || dom=="layout_subject"){
|
|
|
+ if (dom=="layout_redHeader" || dom=="layout_subject" || dom=="layout_issuanceUnit"){
|
|
|
this[dom].set("html", this.data[name]|| "");
|
|
|
}else if (dom=="layout_attachment"){
|
|
|
this.setAttachmentData();
|