2015-01-23 13:09:30 +00:00
|
|
|
|
2022-05-21 21:31:56 +00:00
|
|
|
Hedera.Packages = new Class({
|
2016-09-26 09:28:47 +00:00
|
|
|
Extends: Hedera.Form
|
2015-01-23 13:09:30 +00:00
|
|
|
|
2022-05-21 21:31:56 +00:00
|
|
|
,onShowClick: function(column, agencyId) {
|
2022-05-30 01:30:33 +00:00
|
|
|
this.hash.setAll({
|
2022-05-21 21:31:56 +00:00
|
|
|
form: 'agencies/provinces',
|
|
|
|
agency: agencyId
|
2015-01-31 01:05:12 +00:00
|
|
|
});
|
2015-01-23 13:09:30 +00:00
|
|
|
}
|
|
|
|
});
|
|
|
|
|