Skip to content

Commit

Permalink
Merge pull request #11735 from ptibogxiv/patch-235
Browse files Browse the repository at this point in the history
Fix load langs in takepos
  • Loading branch information
eldy committed Aug 26, 2019
2 parents a35f010 + 73a6b45 commit 11acedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/takepos/invoice.php
Expand Up @@ -29,7 +29,7 @@
require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
require_once DOL_DOCUMENT_ROOT.'/compta/paiement/class/paiement.class.php';

$langs->loadLangs(array("bills", "cashdesk"));
$langs->loadLangs(array("companies","commercial","bills", "cashdesk"));

$id = GETPOST('id','int');
$action = GETPOST('action','alpha');
Expand Down

0 comments on commit 11acedb

Please sign in to comment.