From 95d881b48948176964e78dd4f6035308486d1199 Mon Sep 17 00:00:00 2001
From: Benjamin Ulrich <b.ulrich@adito.de>
Date: Tue, 14 Sep 2021 09:39:47 +0000
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Sales][TicketNr.:=201084706][Do?=
 =?UTF-8?q?cumentation=20Advertising=5Fentity=20Titel=20unvollst=C3=A4ndig?=
 =?UTF-8?q?]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/Advertising_entity/documentation.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/entity/Advertising_entity/documentation.adoc b/entity/Advertising_entity/documentation.adoc
index 864dc4d429..73d2a758d2 100644
--- a/entity/Advertising_entity/documentation.adoc
+++ b/entity/Advertising_entity/documentation.adoc
@@ -17,20 +17,20 @@ If opt in, the needed data will be prepared in the background.
 All information that is needed in an Advertising and can be selected out of the Activity are preselected. 
 (please check Activity onDbInsert and AdvertisingUtils.insertAdvertising() for more details)
 
-=Inserting an Advertisement 
+= Inserting an Advertisement 
 As mentioned above all relevant data is prefilled during the save process of the Activity. 
 During this process the function will check for the linked Persons of an Activity and tries to preselect it as well.
 When more than one linked Persons is found, the Contact_Id will not be preselected, instead the user has 
 to pick the 'correct' person. The lookup component will provide all linked persons of an Activity. 
 
-=Accessing Advertisings
+= Accessing Advertisings
 There are a few ways to see the Advertising information: 
 - Person 360 Degree Tab
 - Context Menu
 - Activity
 - Advertising Main View
 
-=AdvertisingItem
+= AdvertisingItem
 As mentioned at the beginning, an Advertising can have n items, a item can only have 1 Advertising ( 1 : n ) 
 An Advertising item represents the item which is sent or given to a person. 
 
@@ -49,7 +49,7 @@ In addition to OfferItem Advertising got some additions:
 When it's a digital Product, the flag 'digital' is set for a product, a special documentview will be shown in product instead of the normal one
 All documents which are stored in that documentfolder will be attached to the email
 
-=Advertising Workflow
+= Advertising Workflow
 
 -How do I get the needed workflow into my system?
 It's simple, navigate in the project folder via the filesystem to others -> Workflows -> 'AdvertisingShipment.bpmn20.xml' 
-- 
GitLab