Guest User

Untitled

a guest
Aug 9th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. diff --git a/utilities/cron/xformity_inventory_child.php b/utilities/cron/xformity_inventory_child.php
  2. index ca7dc30..ac77c40 100644
  3. --- a/utilities/cron/xformity_inventory_child.php
  4. +++ b/utilities/cron/xformity_inventory_child.php
  5. @@ -31,7 +31,7 @@ $options = getopt('m:s:e:x:f:p:');
  6. if ($options['m'] == 308 || $options['m'] == 1204) {
  7. $ftp_user = 'lonestar_wtm';
  8. $ftp_password = 'y3che4uC';
  9. -} else if ($options['m'] == 916 || $options['m'] == '1188') {
  10. +} else if ($options['m'] == 916 || $options['m'] == '1188' || $options['m'] == '4408') {
  11. $ftp_user = 'dfrg_wtm';
  12. $ftp_password = 'pH5pREb$';
  13. } else {
  14. @@ -166,6 +166,23 @@ switch ($options['m']) {
  15. 'Bar Other' => array(8878),
  16. );
  17. break;
  18. + case 4408:
  19. + $recap_category_lookup = array(
  20. + 'Meat' => array(8824),
  21. + 'Seafood' => array(13252),
  22. + 'Poultry' => array(13254),
  23. + 'Produce' => array(8830),
  24. + 'Potatoes' => array(8872),
  25. + 'Dairy' => array(8831),
  26. + 'Bread' => array(13253),
  27. + 'Food Other' => array(8833),
  28. + 'Soft Beverage' => array(8835),
  29. + 'Liquor' => array(8836),
  30. + 'Beer' => array(8849),
  31. + 'Wine' => array(8847),
  32. + 'Bar Other' => array(8878),
  33. + );
  34. + break;
  35. }
  36.  
  37.  
  38. diff --git a/utilities/cron/xformity_slow_roller.php b/utilities/cron/xformity_slow_roller.php
  39. index 0ff4631..049fb45 100644
  40. --- a/utilities/cron/xformity_slow_roller.php
  41. +++ b/utilities/cron/xformity_slow_roller.php
  42. @@ -1,6 +1,6 @@
  43. <?php
  44.  
  45. - $enterprises = array(308, 916, 1188, 1204);
  46. + $enterprises = array(308, 916, 1188, 1204, 4408);
  47.  
  48. $pause = 60 * 15;
Add Comment
Please, Sign In to add comment