File tree Expand file tree Collapse file tree
app/pages/product-orders/sections/invoices-info Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,6 +225,17 @@ <h2 class="md:text-3xl lg:text-4xl font-bold text-primary-100 ml-4 dark:text-whi
225225 </ p >
226226 </ div >
227227
228+ < div class ="flex flex-row gap-2 ">
229+ < p class ="text-sm font-bold text-gray-700 dark:text-white ">
230+ {{ 'INVOICES._product_acbr_ref' | translate }}:
231+ </ p >
232+ < p class ="text-sm text-blue-100 dark:text-blue-200 font-mono ">
233+ < u > < a href ="/product-inventory/{{acbr.product?.href}} ">
234+ {{acbr.product?.href}}
235+ </ a > </ u >
236+ </ p >
237+ </ div >
238+
228239 @if (acbr.periodCoverage) {
229240 < div class ="flex flex-row gap-2 ">
230241 < p class ="text-sm font-bold text-gray-700 dark:text-white ">
Original file line number Diff line number Diff line change 557557 "_billno" : " Invoice Num." ,
558558 "_not_found" : " No invoices found." ,
559559 "_description" : " Description" ,
560+ "_product_acbr_ref" : " Product ID" ,
560561 "_tax_included_amount" : " Amount (tax included)" ,
561562 "_tax_excluded_amount" : " Amount (without tax)" ,
562563 "_tax" : " Tax" ,
Original file line number Diff line number Diff line change 558558 "_billno" : " Invoice Num." ,
559559 "_not_found" : " No invoices found." ,
560560 "_description" : " Description" ,
561+ "_product_acbr_ref" : " Product ID" ,
561562 "_tax_included_amount" : " Amount (tax included)" ,
562563 "_tax_excluded_amount" : " Amount (without tax)" ,
563564 "_tax" : " Tax" ,
You can’t perform that action at this time.
0 commit comments