Skip to content

Commit

Permalink
[IMP]added supplier code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhecar committed Nov 11, 2016
1 parent 2498d5c commit 3ac68c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sine_ms_packing_webkit/report/delivery_slip.mako
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
<th> Hecho?</th>
<th style="text-align:left; ">${_("Qt")}</th>
<th style="text-align:left; ">${_("Ref")}</th>
<th style="text-align:left; ">${_("Ref2")}</th>
<th style="text-align:left; ">${_("Nota")}</th>
<th style="text-align:left; ">${_("Marca")}</th>
<th style="text-align:left; ">${_("Description")}</th>
Expand All @@ -216,6 +217,10 @@
<br>${( line.product_id.loc_rack)} || ${( line.product_id.loc_row)} || ${( line.product_id.loc_case)}
%endif;
</td>
%if line.product_id.selled_ids[0].product_code:
<td style="height:40px;text-align:center;font-size:20px; ">"line.product_id.selled_ids[0].product_code</td>
%else:
<td></td>
%if line.product_id.internal_note:
<td style="height:40px;text-align:center;font-size:20px; " >*</td>
%else:
Expand Down Expand Up @@ -243,6 +248,7 @@
<th> Hecho?</th>
<th style="text-align:left; ">${_("Qt")}</th>
<th style="text-align:left; ">${_("Ref")}</th>
<th style="text-align:left; ">${_("Ref2")}</th>
<th style="text-align:left; ">${_("Nota")}</th>
<th style="text-align:left; ">${_("Marca")}</th>
<th style="text-align:left; ">${_("Description")}</th>
Expand All @@ -261,6 +267,10 @@
<br>${( line.product_id.loc_rack)} || ${( line.product_id.loc_row)} || ${( line.product_id.loc_case)}
%endif;
</td>
%if line.product_id.selled_ids[0].product_code:
<td style="height:40px;text-align:center;font-size:20px; ">"line.product_id.selled_ids[0].product_code</td>
%else:
<td></td>
%if line.product_id.internal_note:
<td style="text-align:center;font-size:20px; " >*</td>
%else:
Expand Down

0 comments on commit 3ac68c5

Please sign in to comment.