http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6448
Dobrica Pavlinusic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #7 from Dobrica Pavlinusic <[email protected]> --- Marc, thanks for reporting bitrot since master moved quite a bit since I wrote it :-) I can't re-order patches on bugzilla, and since only first one required change and now it's last one if you are using git bz to apply them you have to do that in correct order (which is included in commit message). Patches will be in correct order once signed off, so I'm reluctant to re-upload last two patches again just to fix order, so I'm including example of how to apply it using git bz to make it easier: dpavlin@koha-dev:/srv/koha$ git bz apply 6448 Bug 6448 - EAN-13 barcode support Bug 6448 [2/3] Barcodes::EAN13 autoBarcode Apply? [yn] n Bug 6448 [3/3] EAN-13 barcode labels Apply? [yn] n Bug 6448 [1/3] EAN-13/UPC-A itemBarcodeInputFilter Apply? [yn] y Applying: Bug 6448 [1/3] EAN-13/UPC-A itemBarcodeInputFilter dpavlin@koha-dev:/srv/koha$ git bz apply 6448 Bug 6448 - EAN-13 barcode support Bug 6448 [2/3] Barcodes::EAN13 autoBarcode Apply? [yn] y Applying: Bug 6448 [2/3] Barcodes::EAN13 autoBarcode Bug 6448 [3/3] EAN-13 barcode labels Apply? [yn] y Applying: Bug 6448 [3/3] EAN-13 barcode labels Bug 6448 [1/3] EAN-13/UPC-A itemBarcodeInputFilter Apply? [yn] n -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
