feat: refs #7784 Changes in entry-order-pdf #2872
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2872
Loading…
Reference in New Issue
No description provided.
Delete Branch "7784-entryOrderPdf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -22,2 +22,2 @@
<td class="font gray uppercase">{{$t('ref')}}</td>
<th>{{entry.invoiceNumber}}</th>
<td class="font gray uppercase padding nowrap">{{$t('ref')}}</td>
<th>{{entry.invoiceNumber || '---'}}</th>
dashIfEmpty es una funcio que gastem en salix, y en els reports Pablo se la creà si tu tb la necesites seria tindrela els dos de forma global
imagine que has confirmat que la tenies disponible en este context i et mostra --- quan no tens valor
@ -17,0 +4,4 @@
b.stickers,
b.packing,
i.name itemName,
IF(i2.id, i2.comment, i.comment) comment,
ja que has de canviar alguna cosa açò es correcte, pero mes concís IFNULL(i2.comment, i.comment)