<span class="material-icons small mr-1">event_note</span>
<span>Notes ({{po().notes().length}})</span>
</a>
+ <ng-container *ngIf="po().order_date()"> <!-- show invoice actions only if order was activated -->
<span class="pl-2 pr-2" i18n> | </span>
<a [queryParams]="{f: 'acqpo:id', val1: poId}" class="label-with-material-icon"
routerLink="/staff/acq/search/invoices">
<span class="material-icons small mr-1">receipt</span>
<span i18n>Create Invoice</span>
</a>
+ </ng-container> <!-- show invoice actions -->
<span class="pl-2 pr-2" i18n> | </span>
<a routerLink="./edi" i18n>EDI Messages ({{ediMessageCount}})</a>
<span class="pl-2 pr-2" i18n> | </span>