Skip to content

Instantly share code, notes, and snippets.

@yk2kus
Last active August 29, 2015 14:21
Show Gist options
  • Save yk2kus/5bdc1104f653eed2446f to your computer and use it in GitHub Desktop.
Save yk2kus/5bdc1104f653eed2446f to your computer and use it in GitHub Desktop.
var PosDBSuper = module.PosDB
module.PosDB = module.PosDB.extend({
_partner_search_string: function(partner){
PosDBSuper.__super__._partner_search_string.call(this, partner);
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment