Skip to content

Commit 9ba3e63

Browse files
author
John75SunCity
committed
fix: Correct paperformat_id reference in staging location barcode report
- Changed from container_barcode_reports.paperformat_label_sheet to records_management.paperformat_label_sheet - The paperformat is defined in container_barcode_reports.xml but belongs to records_management module, not a separate container_barcode_reports module
1 parent 5dfb50e commit 9ba3e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

records_management/report/staging_location_barcode_reports.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<field name="print_report_name">'Location_Barcode_%s' % (object.barcode or object.id)</field>
1212
<field name="binding_model_id" ref="records_management.model_customer_staging_location"/>
1313
<field name="binding_type">report</field>
14-
<field name="paperformat_id" ref="container_barcode_reports.paperformat_label_sheet"/>
14+
<field name="paperformat_id" ref="records_management.paperformat_label_sheet"/>
1515
<field name="attachment_use" eval="False"/>
1616
<field name="attachment" eval="False"/>
1717
</record>

0 commit comments

Comments
 (0)