Merge pull request #9216 from atm-gauthier/NEW_tag_fourn

NEW : tag odt line_product_ref_fourn for supplier doc lines
This commit is contained in:
Juanjo Menent 2018-08-08 11:09:01 +02:00 committed by GitHub
commit 1dbec93144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,6 +487,7 @@ abstract class CommonDocGenerator
$resarray= array(
'line_fulldesc'=>doc_getlinedesc($line,$outputlangs),
'line_product_ref'=>$line->product_ref,
'line_product_ref_fourn'=>$line->ref_fourn, // for supplier doc lines
'line_product_label'=>$line->product_label,
'line_product_type'=>$line->product_type,
'line_desc'=>$line->desc,