Exporting custom print format changes

I am creating a print format of doctype ‘Sales Invoice’. No file is getting created on the code side. While after creating custom print format of doctype Sales Order, a file was created on code side. Any help would be appreciated.

Purpose: I want to migrate changes from one environment to other.

@neeraj_yadav

Add this in your apps hooks.py

fixtures = ["Print Format"]

It will create your print formats .json.[quote=“neeraj_yadav, post:1, topic:16531”]
Purpose: I want to migrate changes from one environment to other.
[/quote]

Hey Thanks a lot.

It worked.

This thread can be closed now.