metanorma / pubid-iso

Implementation of ISO pubid
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add example of using Identifier.create to create supplements #188

Closed ronaldtse closed 1 year ago

ronaldtse commented 1 year ago

As title:

Identifier.create(number: 200, amendments: [{:number=>"1", stage: Pubid::Iso::Stage.new(abbr: :CD, harmonized_code: "30.20")}])

Originally posted by @mico in https://github.com/metanorma/pubid-iso/issues/129#issuecomment-1373251122

mico commented 1 year ago

@ronaldtse it's here already https://github.com/metanorma/pubid-iso#amendment-and-corrigendum

ronaldtse commented 1 year ago

Closing.