[Koha-bugs] [Bug 6448] EAN-13 barcode support

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 14 12:44:54 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6448

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch doesn't apply         |Needs Signoff

--- Comment #7 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
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 at 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 at 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.


More information about the Koha-bugs mailing list