Advertisement
Ivan56

Юр. лицо

Oct 7th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. protected function addOrderProps($document, $salesOrderRest) {
  2. $documentProps = $document->addChild("ЗначенияРеквизитов");
  3.  
  4. $documentProp = $documentProps->addChild("ЗначениеРеквизита");
  5. $documentProp->addChild("Наименование", "Юр. лицо");
  6. $documentProp->addChild("Значение", $salesOrderRest['????????????????']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement