瀏覽代碼

MMIDocument : 7option to hide socname in contact

Mathieu Moulin 1 年之前
父節點
當前提交
156e2b60f3
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 3 0
      htdocs/core/lib/pdf.lib.php
  2. 1 1
      htdocs/custom/mmidocuments

+ 3 - 0
htdocs/core/lib/pdf.lib.php

@@ -400,6 +400,9 @@ function pdfBuildThirdpartyName($thirdparty, Translate $outputlangs, $includeali
 			}
 		}
 	} elseif ($thirdparty instanceof Contact) {
+		//var_dump($thirdparty->array_options['options_societe_name_hide']); die();
+		if (!empty($thirdparty->array_options['options_societe_name_hide']))
+			return '';
 		$socname = $thirdparty->socname;
 		if (($includealias || getDolGlobalInt('PDF_INCLUDE_ALIAS_IN_THIRDPARTY_NAME')) && !empty($thirdparty->name_alias)) {
 			// TODO PDF_INCLUDE_ALIAS_IN_THIRDPARTY_NAME not completely implemented

+ 1 - 1
htdocs/custom/mmidocuments

@@ -1 +1 @@
-Subproject commit a783e326b15469ffb6472b60fb0fc8718ad0ceaf
+Subproject commit 24927c794ee9c3bd590cd8858a41414bd1e1238d