https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5016
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #9 from Jonathan Druart <[email protected]> --- % git show master:koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt > /tmp/layout2pages_master.odt % git show BZ5016:koha-tmpl/intranet-tmpl/prog/pdf/layout2pages.odt > /tmp/layout2pages_5016.odt % odt2txt /tmp/layout2pages_master.odt % odt2txt /tmp/layout2pages_5016.odt % diff /tmp/layout2pages_master.txt /tmp/layout2pages_5016.txt 7c7 < Order form N° on --- > Order form no. on 12c12 < Market Identification --- > Market identification % git show master:koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt > /tmp/layout3pages_master.odt % git show BZ5016:koha-tmpl/intranet-tmpl/prog/pdf/layout3pages.odt > /tmp/layout3pages_5016.odt % odt2txt /tmp/layout3pages_master.odt % odt2txt /tmp/layout3pages_5016.odt % diff /tmp/layout3pages_master.txt /tmp/layout3pages_5016.txt 7c7 < Order form N° on --- > Order form no. on 12c12 < Market Identification --- > Market identification 59c59 < ORDER REFERENCES FOR ORDER FORM N° --- > ORDER REFERENCES FOR ORDER FORM NO. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
